tcl/interface/ftdi: Add Steppenprobe open hardware interface
[fw/openocd] / tcl / target / stm32h7x.cfg
index 1d116542a7ddc45a6f64d417be277ed6eaac7a46..43a8b024e5a3ec49154edb31d6b25c848202058a 100644 (file)
@@ -70,7 +70,7 @@ swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPU
 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
 
 if {[using_jtag]} {
swj_newdap $_CHIPNAME bs -irlen 5
  jtag newtap $_CHIPNAME bs -irlen 5
 }
 
 if {![using_hla]} {
@@ -105,9 +105,9 @@ if {[set $_CHIPNAME.DUAL_CORE]} {
 targets $_CHIPNAME.cpu0
 
 # Clock after reset is HSI at 64 MHz, no need of PLL
-adapter_khz 1800
+adapter speed 1800
 
-adapter_nsrst_delay 100
+adapter srst delay 100
 if {[using_jtag]} {
  jtag_ntrst_delay 100
 }
@@ -170,7 +170,7 @@ $_CHIPNAME.cpu0 configure -event trace-config {
 
 $_CHIPNAME.cpu0 configure -event reset-init {
        # Clock after reset is HSI at 64 MHz, no need of PLL
-       adapter_khz 4000
+       adapter speed 4000
 }
 
 if {[set $_CHIPNAME.DUAL_CORE]} {