You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure all the priority bits are assigned to be preempt priority
bits by calling NVIC_PriorityGroupConfig( NVIC_PriorityGroup_4 );
before the RTOS is started.
See https://www.freertos.org/RTOS-Cortex-M3-M4.html
Signed-off-by: Frederic.Pillon <[email protected]>
0 commit comments