aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-02-10 11:03:05 +0000
committerPeter Stuge <peter@stuge.se>2012-02-10 14:24:00 +0000
commit60c2ea144bc299591d86cf6ec98760a9d4607be3 (patch)
treee70f28b7beda13603cd2580483bf1ef90c17c79c /tcl
parent19edcec87258041a1a2920f88cc8d662b7ffb5af (diff)
downloadriscv-openocd-60c2ea144bc299591d86cf6ec98760a9d4607be3.zip
riscv-openocd-60c2ea144bc299591d86cf6ec98760a9d4607be3.tar.gz
riscv-openocd-60c2ea144bc299591d86cf6ec98760a9d4607be3.tar.bz2
cfg: fix incorrect STM32L SW-DP id
STM32L ref manual (RM00038 Rev5) states the SW-DP id should be 0x4ba00477. The correct value from silicon is 0x2ba01477 - the typo has been confirmed by ST. Change-Id: Ie35a1f13dc5dedc1b148fb219c6974bfa48b537c Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/441 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/stm32lx_stlink.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/stm32lx_stlink.cfg b/tcl/target/stm32lx_stlink.cfg
index 26bd68c..e28818f 100644
--- a/tcl/target/stm32lx_stlink.cfg
+++ b/tcl/target/stm32lx_stlink.cfg
@@ -3,7 +3,7 @@
#
set CHIPNAME stm32lx
-set CPUTAPID 0x4ba00477
+set CPUTAPID 0x2ba01477
set WORKAREASIZE 0x3800
source [find target/stm32_stlink.cfg]