openocd.cfg 407 B

123456789101112
  1. # Sample OpenOCD configuration for the STM32F3DISCOVERY development board
  2. # Depending on the hardware revision you got you'll have to pick ONE of these
  3. # interfaces. At any time only one interface should be commented out.
  4. # Revision C (newer revision)
  5. source [find interface/stlink-v2-1.cfg]
  6. # Revision A and B (older revisions)
  7. # source [find interface/stlink-v2.cfg]
  8. source [find target/stm32f3x.cfg]