Dear All,
Now I'm trying to trace the root cause of HardFault Cortex M3 with
.lst and tarmac0.log files.
Currently problem is that I'm not sure how to trace the root cause
when I come across HardFault.
In especially, I'm wonder that does disassembly code help us to
trace the root cause?
UartPutc((char) DBG_ESCAPE); //send ESCAPE code
2da: 201b movs r0, #27
2dc: f000 f8aa bl 434 <UartPutc>
UartPu
↧