Select Git revision
openocd.cfg
Forked from
Per Lindgren / e7020e_2021
54 commits behind the upstream repository.
-
Per Lindgren authoredPer Lindgren authored
openocd.cfg 497 B
# Sample OpenOCD configuration for the STM Nucleo-F401RE/F411RE development board
# Depending on the hardware revision you got you'll have to pick ONE of these
# interfaces. At any time only one interface should be commented out.
# Revision C (newer revision)
source [find interface/stlink.cfg]
# If you don't have that, use the deprecated
# source [find interface/stlink-v2-1.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f4x.cfg]