LPC2000 Flash utility linux equivalent

Is there a software for programming LPC2106, LPC2138 micros under linux (through serial port)?

I’m looking for an equivalent of the LPC200 flash utility

Look at lpc21isp. It’s what I use, and it works just fine.

Alex

Thanks for the reply :smiley:

Do you know where can I download it?

Is it available in .deb or .rpm file or it’s just a C file to compile & use?

Is it command line or gui?

I used the one from here:

http://www.lumme.fi/code/c/lpc21isp/

Just compile and go. It’s got a CLI, so it may not be what you’re used to, but it works great.

Alex

thanks for the link

no problem for the command line interface, it’s even better, so I can call lpc21isp from the makefile 8)

I’ll do something like

make all //to compile

make program //to call lpc21isp and upload file to the microcontroller