FreeRTOS configCHECK_FOR_STACK_OVERFLOW set to 1 but vApplicationStackOverflowHook greyed out
Folks,
I have FreeRTOS running on an H563, trust zone not used. Created the basic setup from an ioc. I have an ocassional task starvation issue and want to double check there's no stack overflow (unlikely but must check).
If I set configCHECK_FOR_STACK_OVERFLOW to 1 in FreeRTOS.h
In cmsis_os2.c, vApplicationStackOverflowHook is still greyed out and hovering over configCHECK_FOR_STACK_OVERFLOW claims it's set to 0. control clicking on it takes me to the defintion where it is set to 1.
Anyone know what is going on here please? And why is it set in FreeRTOS.h, not FreeRTOSConfig.h?
Thanks
