Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: How to trace the root cause of HardFault Cortex M3 with .lst file? (6 Replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles