helper files update

This commit is contained in:
2021-12-23 14:16:05 +01:00
parent c7425f9da6
commit 4aadc1807e
6 changed files with 10 additions and 8 deletions

13
jlink/jlink-reva.gdb Normal file
View File

@ -0,0 +1,13 @@
target remote localhost:2331
# For some reason, this is problematic even if the JLinkScript disabled the remote
# write protection. Therefore, don't do it for now
# This is only problematic on board RevA
# monitor reset
# *try* to stop at the user entry point (it might be gone due to inlining)
break main
load
continue

11
jlink/jlink.gdb Normal file
View File

@ -0,0 +1,11 @@
target remote localhost:2331
# Reset is problematic on RevA, okay for RevB
monitor reset
# *try* to stop at the user entry point (it might be gone due to inlining)
break main
load
continue