# converted to .tcl by html2tcl.tcl set buffer "" append buffer {
" append console [encode [capture_catch { reset init flash erase_address $form_address $form_length}]] append buffer
Note that flash programming will erase flash if required.
Reset and init CPU, then erase address range.
The length field is specified in number of bytes.