I have custom project and i need to detect stack overflow.
I am using ERAD module to detect stack overflow and checked "erad_ex6_stack_overflow_detect_syscfg" example it was working correctly but it doesn't work with my custom project.
The ERAD configuration

Reference Address is the same as the end of stack address of my custom project.
that isDebugging info:
last call to the recursive function "functionCallCount" variable equal to 647900 then MCU stuck in presist fail and this error shown up.
After checking the CPU registers before reach 647900 it was

so it should be stack overflow and this address is closer to the address shown in the error message as well.
what do you recommend?

