Hello,
I'm writing a bootloader located within the first flash bank. There is the start exeption table (.intvec) with reset vector and so on.
Now I require a location for the exception table of the application.
The possibility of swap the flash and the RAM area I don't want to use, because there a deep changes within the application (very different addresses).
I'm unsure that the exception table can be patched by the POM device.
I could not found the HIVECT feature within the processor.
Thank you.