Part Number: MSP430FR5964
Tool/software: Code Composer Studio
Hi,
We are working with MSP430FR5964 and want to split the memory into roughly 3 distinct chunks and run separate applications out of each chunk. One application image starts at 0x004000 and the others are moved to 0x10000 and 0x22000 respectively. A few questions:
- How can I change the CCS debugger settings to properly connect to the application that is linked to a different address space than default?
- Does the interrupt vector table need to be moved to ram? Or relocated to the proper address space for the application?
Thanks for your help!
Regards,
Garret