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 9596e5d commit aa17fe2Copy full SHA for aa17fe2
variants/arduino_uno_q_stm32u585xx/flash_sketch_ram.cfg
@@ -1,4 +1,15 @@
1
-lassign [split [mdw 0x20000000] ":" ] RAM BASE
2
-set BASE [string trim $BASE]
3
-puts $BASE
4
-load_image ${filename} 0x$BASE bin
+reset_config srst_only srst_push_pull
+
+init
+reset
5
+halt
6
+resume
7
+sleep 500
8
9
+lassign [split [mdw 0x20000000] ":" ] ram base
10
+set base [string trim $base]
11
+puts $base
12
+load_image ${filename} 0x$base bin
13
14
15
+shutdown
0 commit comments