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

openocd.cfg

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]