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

openocd.cfg

Blame
  • Forked from Per Lindgren / e7020e_2021
    69 commits behind the upstream repository.
    openocd.cfg 407 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.
    
    # Revision C (newer revision)
    source [find interface/stlink-v2-1.cfg]
    
    # Revision A and B (older revisions)
    # source [find interface/stlink-v2.cfg]
    
    source [find target/stm32f3x.cfg]