so like, there!s errrors but idc and its late and im eepi
This commit is contained in:
parent
f7a83875aa
commit
242f218a62
15 changed files with 2920 additions and 2 deletions
12
openocd.cfg
Executable file
12
openocd.cfg
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
# 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.cfg]
|
||||
|
||||
# Revision A and B (older revisions)
|
||||
# source [find interface/stlink-v2.cfg]
|
||||
|
||||
source [find target/stm32f4x.cfg]
|
||||
Loading…
Add table
Add a link
Reference in a new issue