18 lines
379 B
INI
18 lines
379 B
INI
# 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
|
|
|