Skip to content
Snippets Groups Projects
Select Git revision
  • 671b3cd2b7046edb8124fb123c72952aa16b49da
  • master default protected
2 results

README.md

Blame
  • 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]