horn_driver/debug/flash_procs.tcl

13 lines
152 B
Tcl
Raw Normal View History

2026-06-01 18:19:56 -04:00
init
proc flash_stm32 {FILE} {
reset halt
sleep 100
wait_halt 2
flash write_image erase $FILE
verify_image $FILE
reset run
}