Chat freely about anything...

User avatar
By esp03madness
#38118 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?