-->
Page 1 of 1

RTOS SDK: how is task stack overflow handled?

PostPosted: Thu Jan 07, 2016 4:39 am
by esp03madness
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:

Code: Select allvoid vApplicationStackOverflowHook( TaskHandle_t xTask,  signed char *pcTaskName );


Or are we (users) supposed to hook it ourselves?