Skip to content
Snippets Groups Projects
Select Git revision
  • 3d162c1e87a1516e21fa6fcb1e073c7737ff64d4
  • student default protected
2 results

openocd.cfg

Blame
  • Forked from Per Lindgren / e7020e_2019
    Source project has a limited visibility.
    openocd.cfg 299 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-v2-1.cfg]
    
    source [find target/stm32f4x.cfg]