flash: New Spansion FM4 flash driver
[openocd.git] / tcl / target / em358.cfg
blob92e65a4c78afec624c49441fa444bb4f09b368c4
1 # Target configuration for the Silicon Labs EM358 chips
4 # em357 family supports JTAG and SWD transports
7 if { ![info exists CHIPNAME] } {
8    set CHIPNAME em358
11 if { ![info exists BSTAPID] } {
12   set BSTAPID 0x069aa62b
15 # 512K of flash in the em358 chips
16 set FLASHSIZE 0x80000
17 source [find target/em357.cfg]