This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what should I do in freertos function vApplicationIdleHook() to save power?

hi, in FreeRTOSConfig.h file, #define configUSE_TICKLESS_IDLE 1 #define configUSE_IDLE_HOOK 1

and the idlehook function void vApplicationIdleHook( void ) { __WFI; }

after implement the code above, i find it did not save power.

anybody can help me or give me a link to figure it out. thx~~

Related