Hi,
Is it possible to issue gdb commands from MCUXpresso while debugging a hard fault e.g.?
In platformio I could do this eg:
Many thanks in advance
Solved! Go to Solution.
Have you seen the Faults view already?
But of course you can execute any gdb commands or scripts too:
Another easy way is to install a simple hard fault handler like the one described here:
https://mcuoneclipse.com/2012/11/24/debugging-hard-faults-on-arm-cortex-m/
I hope this helps,
Erich
Have you seen the Faults view already?
But of course you can execute any gdb commands or scripts too:
Another easy way is to install a simple hard fault handler like the one described here:
https://mcuoneclipse.com/2012/11/24/debugging-hard-faults-on-arm-cortex-m/
I hope this helps,
Erich
Ah that simple... Thanks again!!