all set up
This commit is contained in:
parent
db73deaa80
commit
c7a5f98e54
15 changed files with 2833 additions and 3 deletions
12
openocd.cfg
Normal file
12
openocd.cfg
Normal 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/stm32f3x.cfg]
|
||||
Loading…
Add table
Add a link
Reference in a new issue