aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32h7x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32h7x.cfg')
-rw-r--r--tcl/target/stm32h7x.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/target/stm32h7x.cfg b/tcl/target/stm32h7x.cfg
index 1d11654..2d92eca 100644
--- a/tcl/target/stm32h7x.cfg
+++ b/tcl/target/stm32h7x.cfg
@@ -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]} {