mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-05 15:06:02 +01:00
Updated LPC43xx Debugging (markdown)
@@ -147,6 +147,10 @@ More GDB tips for the GDB-unfamiliar:
|
||||
# execution.
|
||||
display/32xh buffer
|
||||
|
||||
# Print the contents of a range of registers (in this case the
|
||||
# CGU peripheral, starting at 0x40050014, for 46 words):
|
||||
x/46 0x40050014
|
||||
|
||||
And still more, for debugging ARM Cortex-M4 Hard Faults:
|
||||
|
||||
# Assuming you have a hard-fault handler wired in:
|
||||
|
||||
Reference in New Issue
Block a user