X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fem358.cfg;h=92e65a4c78afec624c49441fa444bb4f09b368c4;hb=a8edbd0200560bfd412c5c563908d860ed2c96a6;hp=c2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838;hpb=18d6c0b02bf5e1318d5f5484b5ba68b476a418f0;p=fw%2Fopenocd diff --git a/tcl/target/em358.cfg b/tcl/target/em358.cfg index c2d48bf6f..92e65a4c7 100644 --- a/tcl/target/em358.cfg +++ b/tcl/target/em358.cfg @@ -1,4 +1,3 @@ -# # Target configuration for the Silicon Labs EM358 chips # @@ -9,6 +8,10 @@ if { ![info exists CHIPNAME] } { set CHIPNAME em358 } +if { ![info exists BSTAPID] } { + set BSTAPID 0x069aa62b +} + # 512K of flash in the em358 chips set FLASHSIZE 0x80000 source [find target/em357.cfg]