Part Number: TMS320F28P650DH
Tool/software:
Hi,
customer trying to use the ERAD module to implement stack overflow detection and has been studied the example erad_ex3_stack_overflow_detect provided with CCS. It seems that RTOSISR() will cause some kind of system reset/error if the program is made to continue after the ESTOP0 within RTOSISR() and it is not clear what causes this behavior.
Customer tried following:
- Changed the RTOSINT trigger address to a value before __TI_STACK_END

- Tried to terminate the recursion in recursiveFunction() from RTOSISR()

What could cause this behavior?
Regards, Holger