2015-01-18 00:28:20 +00:00
|
|
|
#
|
|
|
|
# Infineon XMC1100 Boot Kit
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Segger J-Link Lite XMC4200 on-board
|
|
|
|
#
|
|
|
|
source [find interface/jlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
|
|
|
|
set CHIPNAME xmc1100
|
2016-04-17 17:26:30 +00:00
|
|
|
set WORKAREASIZE 0x4000
|
2015-01-18 00:28:20 +00:00
|
|
|
source [find target/xmc1xxx.cfg]
|
|
|
|
|
|
|
|
reset_config srst_only srst_nogate
|