Add openocd config
This commit is contained in:
parent
0bfd7efaf4
commit
e282a5eb37
1 changed files with 10 additions and 0 deletions
10
prototype/fw/openocd.cfg
Normal file
10
prototype/fw/openocd.cfg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
|
||||
source [find interface/stlink-v2.cfg]
|
||||
#adapter_khz 10000
|
||||
|
||||
source [find target/stm32f3x_stlink.cfg]
|
||||
|
||||
init
|
||||
arm semihosting enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue