aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/em358.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/em358.cfg')
-rw-r--r--tcl/target/em358.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcl/target/em358.cfg b/tcl/target/em358.cfg
index c2d48bf6..92e65a4c 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]