This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28075: Copying interrupt vector from flash to RAM

Part Number: TMS320F28075
Other Parts Discussed in Thread: C2000WARE

When running from flash, do I need to copy the interrupt vectors from non volatile memory (flash) to RAM? From the datasheet of the TMS320F28075, the PieVectTable RAM starts at address 0x0000 0D00 and ends at 0x0000 0EFF. 

I ask this question because, in the examples in the C2000ware, no where is the Interrupt vector table copied using the memcpy() function and yet in document SPRA958L section 4.1, it talks about copying the Pie Interrupt vectors from flash to ram at runtime. 

Please help me clear this confusion