source [find interface/olimex-jtag-tiny.cfg] source [find board/olimex_stm32_h405_krabi.cfg] proc u { } { reset halt flash probe 0 stm32f2x mass_erase 0 flash write_bank 0 main.bin 0 reset halt } proc h { } { reset halt } proc r { } { reset run }