--- In lpc2000@yahoogroups.com, "function_vector" <function_vector@...> wrote: > I´m working with LPC2106, and I´m using its internal RAM to running my > bootloader, and I want to download to internal flash memory an > application and when download stops, I want to run from application. > > My bootloader downloaded the application, but I can´t run this > application from flash. > > I think I have to user MEMMAP register and INTVEC, but I don´t know how. > Could someone help me? > > Thanks in advance. Make sure you are not trying to load anything below 0x40000100 in on-chip ram. Philips Bootloader does not stop you from doing this, but will crash or corrupt these locations. Jaya
Message
Re: Downloading application
2006-05-10 by jayasooriah
Attachments
- No local attachments were found for this message.