Hi all,
I'm trying to catch some unexpected exception without debugger.
By reference the following example, I was able to catch different kind of error by debugger(pemicro)
https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447
However, I want to use lpuart to print it out on terminal by simply using
LPUART_DRV_SendData before the while loop, end of the exception function, but it seems not working.
Are there any more step to do so? Or some kind of configuration is missing?
PS: the LPUART_DRV_SendData is working properly when normal application is running.
Thanks a lot.