add satrx-example for stm32f3-disco here
This commit is contained in:
10
satrs-example-stm32f3-disco/jlink.gdb
Normal file
10
satrs-example-stm32f3-disco/jlink.gdb
Normal file
@ -0,0 +1,10 @@
|
||||
target extended-remote localhost:2331
|
||||
|
||||
monitor reset
|
||||
|
||||
# *try* to stop at the user entry point (it might be gone due to inlining)
|
||||
break main
|
||||
|
||||
load
|
||||
|
||||
continue
|
Reference in New Issue
Block a user