mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-01 09:34:15 +00:00
11 lines
154 B
Text
11 lines
154 B
Text
#
|
|
# J-LINK GDB SERVER initialization
|
|
#
|
|
source -v flasher/gdb_flasher.jlink
|
|
InitJlink
|
|
load Debug/obj/build.axf
|
|
SetBootCall4
|
|
monitor reset
|
|
monitor go
|
|
quit
|
|
|