amiro-blt / Target / Demo / ARMCM3_STM32F103_DiWheelDrive_GCC / Boot / cmd / debug.cfg @ 69661903
History | View | Annotate | Download (335 Bytes)
1 | 69661903 | Thomas Schöpping | ### |
---|---|---|---|
2 | # Description: starts the OpenOCD GDB server (localhost:3333) |
||
3 | # once started use arm-elf-insight <program>.elf to start the debug session |
||
4 | # Usage: openocd.exe" -f debug.cfg |
||
5 | ### |
||
6 | source [find interface/olimex-arm-usb-tiny-h.cfg] |
||
7 | source [find board/olimex_stm32_h103.cfg] |
||
8 | |||
9 | jtag_khz 1000 |
||
10 | init |
||
11 | reset |
||
12 | halt |
||
13 | |||
14 | |||
15 |