diff options
Diffstat (limited to 'support/openocd/run.cfg')
-rw-r--r-- | support/openocd/run.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |