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

Boot Loader and Int Vector table reloacation

Im trying to determine the best way to deal with the Interrupt
vector tables in a system where the main code will be downloaded
into ram and a bootloader will be in the ROM.

I need to move the vector table up into RAM without moving the
base address of the bootloader ROM code.

Thanks
Mark