X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fem358.cfg;h=63f40887700990ee93951dec99d5e676f77a9e66;hb=5ffc745ea39393d2fc2772bf11e996e237463004;hp=c2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838;hpb=18d6c0b02bf5e1318d5f5484b5ba68b476a418f0;p=fw%2Fopenocd diff --git a/tcl/target/em358.cfg b/tcl/target/em358.cfg index c2d48bf6f..63f408877 100644 --- a/tcl/target/em358.cfg +++ b/tcl/target/em358.cfg @@ -1,4 +1,5 @@ -# +# SPDX-License-Identifier: GPL-2.0-or-later + # Target configuration for the Silicon Labs EM358 chips # @@ -9,6 +10,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]