mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-29 01:04:27 +00:00
Place DSB instruction before WFI instruction in EFMG890F128 demo.
This commit is contained in:
@@ -286,6 +286,7 @@ static void prvLowPowerMode1( void )
|
||||
SCB->SCR &= ~( 1 << SCB_SCR_SLEEPDEEP_Pos );
|
||||
|
||||
/* Power down. */
|
||||
__DSB();
|
||||
__WFI();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user