Debug embedded systems via JTAG/SWD with on-chip debugging support
On-chip debugging, in-system programming and boundary-scan testing
openocd$ openocd -f interface/stlink.cfg -f target/stm32f4x.cfg$ openocd -c 'interface ftdi; ftdi_vid_pid 0x0403 0x6010' -f target/esp32.cfg -c 'init; program firmware.bin 0x1000; exit'$ openocd -f interface/jlink.cfg -f target/nrf52.cfg &
gdb-multiarch firmware.elf -ex 'target remote :3333'