Hi, I am using SDK 15.0.0 and FreeRTOS 8.2.1 (from SDK 14.2.0).
I consistently get a stack overflow on the Idle task, caused by PendSVHandler in port.c
This can be easily solved by increasing Idle task stack (configMINIMAL_STACK_SIZE), but I worry why is this happening in the first place?
Just-before screenshot:
just-after screenshot:
FreeRTOSConfig.h: