Hi
I’m currently working on a project using the MSP430F6736/33A.
The project includes a custom bootloader resides in flash and a bootable application code.
I had experienced some difficulties to relocate the secondary interrupt vectors table to the bootable application code section.
The linker command file and a vector.asm file (which try to relocate the interrupts to main application) are shared for the bootloader and the bootable.
I attached my linker command file and the vectors.asm code I’ll be thankful for any help.(Please visit the site to view this file)(Please visit the site to view this file)