tcl: ngultra: add target config file
[fw/openocd] / tcl / target / em358.cfg
index c2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838..63f40887700990ee93951dec99d5e676f77a9e66 100644 (file)
@@ -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]