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

What is the right way to use MEMMAP ?

Hello,
I am programming, via a bootloader, interrupt driven application code on a LPC2468. I certainly need to remap the interrupt vectors. What is a 100% clear to me is when the re-mapping needs to occur: Assuming IAP was successful, the bootloader, when starting up and before jumping to the application, would copy the first 32 bytes from internal flash to internal RAM (for example) and then set MEMMAP, while the bootloader is still running? Is this the right way to do it? Can you advise me of other issues that need to be dealt with, if any?

0