8 lines
164 B
INI
8 lines
164 B
INI
source [find interface/stlink-v2.cfg]
|
|
transport select "hla_swd"
|
|
source [find target/stm32f0x.cfg]
|
|
reset_config trst_and_srst
|
|
init
|
|
arm semihosting enable
|
|
reset run
|