Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: CC3200
There has been a question in 2017 about getting HWI exception call stack trace into console - in TIRTOS release.cfg config file
* - Hwi.enableException = true
* This option causes the default m3Hwi.excHandlerFunc function to fully
* decode an exception and dump the registers to the system console.
* This option raises errors in the Error module and displays the
How to setup a low level function that exception handler calls to print exception to console ?
I can't get exceptions been logged on console but can see it properly using CCS ROV
Tried to disable "HW exception from divide by zero" but when explicitly testing app encounters such an exception and can see result in CCS/ROV.
Should this disable divide by zero exception ?
m3Hwi.nvicCCR.DIV_0_TRP = 0;