Hello,
I am injecting the stack overflow error of S32K3XX MCU, and after successfully injection of error DebugMon_Handler exception triggering.
I have a query Related to recovering methods. during testing observed only After power on reset MCU is able to recover from Stack Overflow exception.
Please let me know is there any other methods of recovery.
Thanks
解決済! 解決策の投稿を見る。
Hi @raj12,
Any reset can recover it.
The SP is set during the startup process.
Use the Power_Ip RTD driver to trigger a SW reset from the exception handler.
Regards,
Daniel
Hi @raj12,
Any reset can recover it.
The SP is set during the startup process.
Use the Power_Ip RTD driver to trigger a SW reset from the exception handler.
Regards,
Daniel
Hi @raj12,
Call a recursive function (that calls itself) or create a large local variable.
Regards,
Daniel