mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Place DSB instruction before WFI instruction in EFMG890F128 demo.
This commit is contained in:
parent
64bd0689c7
commit
3fbee4f0a8
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ static void prvLowPowerMode1( void )
|
|||
SCB->SCR &= ~( 1 << SCB_SCR_SLEEPDEEP_Pos );
|
||||
|
||||
/* Power down. */
|
||||
__DSB();
|
||||
__WFI();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue