Flash Magic Forum

In-System Programming Support => General => Topic started by: schadha on July 17, 2007, 07:54:57 AM

Title: ISP Host sample code
Post by: schadha on July 17, 2007, 07:54:57 AM
Our embedded system consists of LPC2103 and another microprocessor which act like a master.

In our design the other processor sends the LPC2103 load over the UART link. Since the other processor is connected to the network, this allows us to change LPC2103 code in the field.

We are looking for sample HOST ISP code to communicate with the ISP handler on LPC2103.

Any pointer to example HOST ISP source code is appreciated.
Title: Re: ISP Host sample code
Post by: Andy Ayre on July 17, 2007, 09:47:54 AM
Some details of open source ISP tools:

  http://www.embeddedrelated.com/groups/lpc2000/show/1358.php

Andy