You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
337 B
14 lines
337 B
# Generic efm32hg309 on Tomu board, using stm32l053-disco as debugger
|
|
source [find interface/stlink-v2-1.cfg]
|
|
transport select hla_swd
|
|
adapter_khz 1000
|
|
set CHIPNAME efm32hg309
|
|
set CPUTAPID 0x0bc11477
|
|
source [find target/efm32.cfg]
|
|
|
|
source openocd.common.cfg
|
|
optional_local "openocd.efm32hg309-generic.local.cfg"
|
|
|
|
init
|
|
targets
|
|
reset halt
|
|
|