Flashing & Blinky
This commit is contained in:
parent
a433b88319
commit
5ef16da100
7 changed files with 40 additions and 4 deletions
12
debug/flash_procs.tcl
Normal file
12
debug/flash_procs.tcl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
init
|
||||
|
||||
proc flash_stm32 {FILE} {
|
||||
reset halt
|
||||
sleep 100
|
||||
wait_halt 2
|
||||
|
||||
flash write_image erase $FILE
|
||||
verify_image $FILE
|
||||
|
||||
reset run
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue