Browse Source

cfg: fix incorrect stm32f3 TAPID

Change-Id: Id66d4e03a77c47a49086ee753bed01b3944064e1
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/874
Tested-by: jenkins
tags/v0.6.1
Spencer Oliver 11 years ago
parent
commit
80a9e44ac7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/target/stm32f3x_stlink.cfg

+ 1
- 1
tcl/target/stm32f3x_stlink.cfg View File

@@ -7,7 +7,7 @@ if { [info exists CHIPNAME] == 0 } {
}

if { [info exists CPUTAPID] == 0 } {
set CPUTAPID 0x1ba01477
set CPUTAPID 0x2ba01477
}

if { [info exists WORKAREASIZE] == 0 } {


Loading…
Cancel
Save