Skip to content
Snippets Groups Projects
Commit f4be84b7 authored by Federico's avatar Federico
Browse files

Fix STM32F0 openocd script

parent f06d3e10
No related branches found
No related tags found
No related merge requests found
# This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
# http://www.st.com/internet/evalboard/product/253215.jsp
# source [find interface/stlink-v2.cfg]
source [find interface/cmsis-dap.cfg]
# transport select hla_swd
# set WORKAREASIZE 0x2000
source [find target/stm32f0x.cfg]
# reset_config srst_only
\ No newline at end of file
...@@ -15,4 +15,14 @@ ...@@ -15,4 +15,14 @@
telnet_port 4444 telnet_port 4444
gdb_port 3333 gdb_port 3333
source [find arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/stm32f0discovery.cfg] # This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
# http://www.st.com/internet/evalboard/product/253215.jsp
source [find interface/stlink.cfg]
transport select hla_swd
# set WORKAREASIZE 0x2000
source [find target/stm32f0x.cfg]
# reset_config srst_only
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment