RTOS SDK: how is task stack overflow handled?
Posted: Thu Jan 07, 2016 4:39 am
Hello friends,
Does any know off hand how stack overflow protection is handled out of the box on the RTOS SDK? Does the SDK already hook:
Or are we (users) supposed to hook it ourselves?
Does any know off hand how stack overflow protection is handled out of the box on the RTOS SDK? Does the SDK already hook:
Code: Select all
void vApplicationStackOverflowHook( TaskHandle_t xTask, signed char *pcTaskName );
Or are we (users) supposed to hook it ourselves?