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?
Can you be more specific about what you mean by "the handler is called without a problem, but the IRQ entry at 0x18 in the startup file is not"?
thanks for your reply - false alarm, all is fine!