92e65a4c78afec624c49441fa444bb4f09b368c4
[fw/openocd] / tcl / target / em358.cfg
1 # Target configuration for the Silicon Labs EM358 chips
2
3 #
4 # em357 family supports JTAG and SWD transports
5 #
6
7 if { ![info exists CHIPNAME] } {
8    set CHIPNAME em358
9 }
10
11 if { ![info exists BSTAPID] } {
12   set BSTAPID 0x069aa62b
13 }
14
15 # 512K of flash in the em358 chips
16 set FLASHSIZE 0x80000
17 source [find target/em357.cfg]