STM32L: Added flash driver and target
[fw/openocd] / tcl / target / tmpa900.cfg
index 329e03caed6b3ca27c69899c8aceb2fa5444c93f..d5b458fd7406d85eb1f3f30af4c49579e4ec0888 100644 (file)
@@ -1,11 +1,11 @@
 ######################################
-# Target:    Toshiba TMPA910
+# Target:    Toshiba TMPA900
 ######################################
 
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
 } else {
-   set  _CHIPNAME tmpa910
+   set  _CHIPNAME tmpa900
 }
 
 if { [info exists ENDIAN] } {
@@ -21,7 +21,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID 0x07926031
 }
 
-#TMPA910 has following IDs:
+#TMPA900 has following IDs:
 # CP15.0 register 0x41069265
 # CP15.1 register 0x1d152152
 # ARM core 0x07926031
@@ -32,7 +32,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
 
 #use combined on interfaces or targets that can't set TRST/SRST separately
 reset_config trst_and_srst
-jtag_nsrst_delay 20
+adapter_nsrst_delay 20
 jtag_ntrst_delay 20
 
 ######################