1
0
Fork 0
112VU/firmware/openocd.cfg
fly 9a1a7834dc Kinda working serial example
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-03-18 17:04:47 +01:00

12 lines
401 B
INI

# 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/jlink.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f1x.cfg]