Initial commit
This commit is contained in:
commit
4491f72afd
15 changed files with 4356 additions and 0 deletions
15
openocd.cfg
Normal file
15
openocd.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
|
||||
source [find interface/stlink-v2.cfg]
|
||||
#hla_serial "000000000001"
|
||||
transport select hla_swd
|
||||
|
||||
source [find target/stm32f1x.cfg]
|
||||
#adapter_khz 10000
|
||||
|
||||
init
|
||||
arm semihosting enable
|
||||
|
||||
#flash bank sysflash.alias stm32f0x 0x00000000 0 0 0 $_TARGETNAME
|
||||
#program main.elf
|
||||
Loading…
Add table
Add a link
Reference in a new issue