]> git.sur5r.net Git - openocd/blob - tcl/board/efm32.cfg
Add configuration for EFM32 Gecko boards with Segger J-Link.
[openocd] / tcl / board / efm32.cfg
1 # Configuration for EFM32 boards with Segger J-Link on board
2 #
3 # Tested with TINY GECKO and Zero Gecko demo board
4 #
5
6 source [find interface/jlink.cfg]
7 transport select swd
8 adapter_khz 1000
9
10 set CHIPNAME efm32
11 source [find target/efm32.cfg]
12
13 # EFM32 SWD doesn't work with RST asserted
14 # So don't use srst_nogate!
15 # Attach to running target with "mon halt"
16 reset_config srst_only
17