Sirs
I am needing help on how to mount uv4 simple project to start the development of my bootloader. My design is :
- LPC1768 - AT45DB041D-SU (Data Flash), on SSP - Tibbo EM202, as ethernet-serial converter
The initial questions are:
- How to configure the keil project to launch any application to run/debugger at address 0x6000 ? I tried to configure IROM1 = 0x2000, but doesnt work. (I've called the System_Init() as first line of main() routine)
So What do I need to do ?
Hi,
have you looked at the application note of NXP? It explains well how to make the bootloader with the LPC1768.
ics.nxp.com/.../an10866.zip
good luck.