Hi community,
We have been struggling with this issue for some time. We need to move the vector table to a known location so that it can be used by the Bootloader to jump to the Application using the Reset vector.
We are using the iMX RT1176 uCOM from Embedded Artists with the dev kit.
The table needs to be placed at 0x30080100 in the external SPI flash. The linker files have been modified accordingly and the map file looks good. Below are a few screenshots:




The problem:
- When debugging the vector table appears at 0x30002000, not at the address intended.
- The binary also appears to be different. Probably something else to figure out. It does not match what is expected based on the map file, or the memory observed while debugging.

Hopefully, I have placed enough info. Your help is much appreciated!