Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

openocd.cfg

Blame
  • Forked from Per Lindgren / e7020e_2021
    54 commits behind the upstream repository.
    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]