horn_driver/debug/flash_procs.tcl
2026-06-01 18:20:15 -04:00

12 lines
152 B
Tcl

init
proc flash_stm32 {FILE} {
reset halt
sleep 100
wait_halt 2
flash write_image erase $FILE
verify_image $FILE
reset run
}