diff options
-rw-r--r-- | support/openocd/flash.cfg | 2 | ||||
-rw-r--r-- | support/openocd/run.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/openocd/flash.cfg b/support/openocd/flash.cfg index 86020bf..6cffa80 100644 --- a/support/openocd/flash.cfg +++ b/support/openocd/flash.cfg @@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { # See STM Document RM0008 - # Section 26.6.3 + # Section 30.6.3 set _CPUTAPID 0x3ba00477 } diff --git a/support/openocd/run.cfg b/support/openocd/run.cfg index 234a3c8..87d33ae 100644 --- a/support/openocd/run.cfg +++ b/support/openocd/run.cfg @@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { # See STM Document RM0008 - # Section 26.6.3 + # Section 30.6.3 set _CPUTAPID 0x3ba00477 } |