add monitor mode debugging support

This commit is contained in:
geeksville
2020-05-25 15:56:06 -07:00
parent fd386d9d7f
commit da3ed9926b
6 changed files with 1051 additions and 6 deletions
+8
View File
@@ -1,3 +1,11 @@
# Setup Monitor Mode Debugging
# Per .platformio/packages/framework-arduinoadafruitnrf52-old/cores/nRF5/linker/nrf52840_s140_v6.ld
# our appload starts at 0x26000
# Disable for now because our version on board doesn't support monitor mode debugging
# mon exec SetMonModeDebug=1
# mon exec SetMonModeVTableAddr=0x26000
# the jlink debugger seems to want a pause after reset before we tell it to start running
define restart
monitor reset