Hey All,
I'm looking at implementing a boot loader in to project. The communication interfaces that i will be using are RS-485 and Ethernet. The specific MCU i'm using is a LPC1788 from NXP. I have looked around forums to find a boot loader that i could use but i have had no luck. If someone could give me example code or point me in the write direction for implementing it this would be much appreciated.
Matt
Yes, as long it doesn't overlap the bootloader flash area.
Technically this is true. You can just place the program counter at the beginning of the new firmware. But do you really want to?