Observation of void vApplicationIdleHook( void )

Note sure if you have a question or not. To find why it is not working in V7 you can just step through the code in the debugger - this is the relevant line in that version https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V7.0.1/Source/tasks.c#L1975

1 Like