Christian Jensen
Christian Jensen
How about doing it in the STM32 port when doing context switch in xPortPendSVHandler, and just checking the MSP stack in the same way as taskCHECK_FOR_STACK_OVERFLOW() checks the task stack?...
> The same Cortex-M3 port runs on all Cortex-M3 and M4 devices, and the same Cortex-M4F port runs on all Cortex-M4F and M7 devices - so there is no separate...
> For overflow checking to be meaningful, the defined size should be correct ... I don't see how it can be incorrect > ... i.e. the defined size should be...