Hi,
I'm trying to implement the RAM interrupt vector table based on the code provided in this link http://processors.wiki.ti.com/index.php/File:MSP430F5438A_RAM_INT_VECT_CCS.zip
I need to know what is the exact memory location of the relocated RAM Interrupt vector table after setting SYSCTL |= SYSRIVECT;
Since the range of RAM for MSP430F5510 is 0x1C00 - 0x2BFF ,I assume RAM interrupt vector table will be in 0x1B80 - 0x2BFE.
I'm also using the USB RAM 0x2C00 - 0x2800 for some other purpose( running a code from RAM)
So is there any specific location that RAM IV table is relocated or can it be modified?.Will using the USB RAM cause change of RAMIV table?
Thanks.

