Skip to content
Snippets Groups Projects
Select Git revision
  • 7e9b67742df99ae1dacbf26bb992e871ce096f80
  • student default protected
2 results

openocd.cfg

Blame
  • Forked from Per Lindgren / e7020e_2019
    Source project has a limited visibility.
    openocd.cfg 294 B
    # Sample OpenOCD configuration for the STM32F3DISCOVERY 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.
    
    source [find interface/stlink.cfg]
    
    source [find target/stm32f4x.cfg]