]> git.sur5r.net Git - openocd/blob - tcl/target/em358.cfg
cortex_a: fix virt2phys when mmu is disabled
[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]