This commit is contained in:
2023-10-10 22:58:41 +09:00
commit 49b27a674e
11 changed files with 1187 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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]
source [find interface/stlink-v2.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f1x.cfg]