I am planning to implement a bootloader in the main Memory which can write the application code in the Flash. I have reserved a location for app code.
Question I have is, how to update the interrupt table when I change the application code? Do I need to generate two different files for ISRs and app code?
Whats the best mechanism so that I do this efficiently?
How do I change the interrupt vector table?
-Harsh