EmbeddedRelated.com
Forums
Memfault Beyond the Launch

Bootloader for LPC2210 and LPC2294

Started by Ori Idan December 17, 2006
I am writing a software to program our external flash using the resident
bootloader.

The PC side is working and I can use any of the resident bootloader
command (W command not tested)
I need the LPC program side.

However I have no idea how to make it.

I found several software examples on the net but non of them could
compile and run under Linux.
Can someone point me to a software in C that I can first compile and run
just to see if it works and then add my own flash programming

routines?
--

Ori Idan

An Engineer's Guide to the LPC2100 Series

You may be interested in pyLPCTools. This implements both sides of
the external flash programming for the bootloader on the LPC.

I am in the process of publishing the first release on SourceForge,
it should be there in the next couple days, the link is below.

http://sourceforge.net/projects/pylpctools

It has limitations and no proper user interface but can easily be
expanded to do more.

Once I get round to publishing release 0.1, please feel free to make
suggestions for improvement, or even contribute yourself!!
--- In l..., Ori Idan wrote:
>
> I am writing a software to program our external flash using the
resident
> bootloader.
>
> The PC side is working and I can use any of the resident
bootloader
> command (W command not tested)
> I need the LPC program side.
>
> However I have no idea how to make it.
>
> I found several software examples on the net but non of them could
> compile and run under Linux.
> Can someone point me to a software in C that I can first compile
and run
> just to see if it works and then add my own flash programming
>
> routines?
> --
>
> Ori Idan
>

Memfault Beyond the Launch