How to update LPC1769's firmware from .hex files for end-users?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to update LPC1769's firmware from .hex files for end-users?

1,377 Views
sebastienangot
Contributor I

Our product use an electronic module with a NXP LPC1769, containing a custom factory firmware.

Sometimes, we need to update this firmware from .hex files and we currently use the FlashMagic tool, but we cannot give this complicated solution to our end-users.


We are looking for a way to develop a software that could be able to update end-users firmware (Mac OS & Windows), easily.


Any solution? Do you know recommanded developers for this job?

Labels (3)
0 Kudos
3 Replies

1,313 Views
converse
Senior Contributor V

Take a look at this:

lpc21isp download | SourceForge.net 

In-circuit programming (ISP) tool for the NXP (Philips) LPC800/LPC1100/LPC1200/LPC1300/LPC1700/LPC1800/LPC2000/LPC4300 series ARM7/Cortex-M0/Cortex-M0+/Cortex-M3/Cortex-M4 microcontrollers

It hasn't been updated in a while, but nothing has changed for LPC17xx. You get source too, if you need to modify.

0 Kudos

1,313 Views
sebastienangot
Contributor I

Thanks for your answer. I'm not really familiar with this kind of code and do not know if I can use it for a Desktop app, but I will check this! :-)

If someone feels at ease with such a development, I can outsource it...

0 Kudos

1,313 Views
converse
Senior Contributor V

It is designed to be command line driven, so you could easily write scripts to automate. And it run on Linux an Mac too.

0 Kudos