aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/efm32.cfg
blob: 820b6c815f76be78f022a4a83521920911a02332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration for EFM32 boards with Segger J-Link on board
#
# Tested with TINY GECKO and Zero Gecko demo board
#

source [find interface/jlink.cfg]
transport select swd
adapter_khz 1000

set CHIPNAME efm32
source [find target/efm32.cfg]

# EFM32 SWD doesn't work with RST asserted
# So don't use srst_nogate!
# Attach to running target with "mon halt"
reset_config srst_only