We carry out stack overflow detection based on SPRA820 document. The link is as below:
My question is:
1. The current stack interval is 0x400~0x7FF. Can I set the stack interval to 0x300~0x7FF?
2. I want to make the stack overflow intentionally. What can be done in the program except to reduce the stack's interval?
3. The Stack Overflow diagnostic document States that the RTOSINT interrupt will be triggered after the stack overflow. I will turn off the PWM output during this interrupt. Do I need to clear the interrupt flag and interrupt enable for this interrupt function? The description for RTOSINT could not be found in the manual, Could you give me some detail description about the RTOSINT interrupt?
Thanks a lot!