lpc21isp

In-circuit programming tool for NXP LPC microcontrollers via serial port

brewmacoslinux
Try with needOr install directly
Source

About

In-circuit programming (ISP) tool for several NXP microcontrollers

Commands

lpc21isp

Examples

Program a hex file to an LPC microcontroller via COM port$ lpc21isp -port=/dev/ttyUSB0 -baud=115200 firmware.hex
Program with crystal frequency and read-only mode$ lpc21isp -port=/dev/ttyUSB0 -crystal=12000 -readonly firmware.hex
Erase device and verify programming$ lpc21isp -port=/dev/ttyUSB0 -eraseall -verify firmware.hex