Add openocd config for stlinks
This commit is contained in:
parent
8acfdb97b5
commit
735ddef6ae
2 changed files with 11 additions and 1608 deletions
11
fw/openocd.cfg
Normal file
11
fw/openocd.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
tcl_port 6666
|
||||
|
||||
source [find interface/stlink-v2.cfg]
|
||||
#adapter_khz 10000
|
||||
|
||||
source [find target/stm32f0x_stlink.cfg]
|
||||
|
||||
init
|
||||
arm semihosting enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue