We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aadbf commit ded2b29Copy full SHA for ded2b29
tcl/board/st_nucleo_f0.cfg
@@ -0,0 +1,16 @@
1
+# This is for all ST NUCLEO with any STM32F0. Know Boards at the moment:
2
+# STM32F030R8
3
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
4
+# NUCLEO-F072RB
5
6
+# STM32F091RC
7
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260944
8
+
9
+source [find interface/stlink-v2-1.cfg]
10
11
+transport select hla_swd
12
13
+source [find target/stm32f0x.cfg]
14
15
+# use hardware reset, connect under reset
16
+reset_config srst_only srst_nogate
tcl/board/st_nucleo_f030r8.cfg
0 commit comments