This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Serial bootloader using IAP (sample)

Hi

I whant to write my own serial bootloader. The reason why Im writting my own and not using the ISP, is that I have to use our own defined serial protocol. I also would like to have control of a LED while downloading firmware for better service and debug.

My idea was to use the NXP sample AN10711 USB Secondary ISP bootloader. My plan is to remove the USB code and replace it with my serial protocol stuff.
This sample is written for the LPC214x.
Im using the LPC2103, so is this sample a good starting point?
Is there another bootloader sample better suited for the LPC2103?

Thomas