Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 219 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 219 Bytes

Start OpenOCD: openocd -f openocd.cfg

Load program via telnet: program target/thumbv7em-none-eabihf/debug/hcu verify reset

Load gdb-multiarch: gdb-multiarch -x openocd.gdb target/thumbv7em-none-eabihf/debug/hcu