From 6768c3980dabeadfc888a17854cc303a68a7b39b Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 24 Jan 2017 18:10:46 -0700 Subject: [PATCH] BMP update --- LPC43xx-Debugging.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/LPC43xx-Debugging.md b/LPC43xx-Debugging.md index 9ee6328..52497df 100644 --- a/LPC43xx-Debugging.md +++ b/LPC43xx-Debugging.md @@ -2,22 +2,7 @@ Various debugger options for the LPC43xx exist. # Black Magic Probe -[http://www.blacksphere.co.nz/main/blackmagic](http://www.blacksphere.co.nz/main/blackmagic) - -Recent Black Magic Probe firmware supports the LPC43xx. - -To check your Black Magic Probe's firmware revision from inside gdb: - - monitor version - -To upgrade the Black Magic Probe firmware, plug in the Black Magic Probe and do: - - git clone git://github.com/gsmcmullin/blackmagic.git - cd blackmagic - git submodule init && git submodule update - make - scripts/stm32_mem.py src/blackmagic.bin - scripts/stm32_mem.py src/blackmagic.bin +[https://github.com/blacksphere/blackmagic](https://github.com/blacksphere/blackmagic) An example of using gdb with the Black Magic Probe: @@ -29,7 +14,7 @@ An example of using gdb with the Black Magic Probe: load cont -It is possible to attach to the M0 instead of the M4 if you use jtag_scan instead of swdp_scan, but the Black Magic Probe still has some bugs when trying to work with the M0. +It is possible to attach to the M0 instead of the M4 if you use jtag_scan instead of swdp_scan, but the Black Magic Probe had some bugs when trying to work with the M0 the last time I tried it. # LPC-Link