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.

TMS320F280039C: TMS320F280039C

Part Number: TMS320F280039C

Tool/software:

Hi, I'm currently working on TMS320F280039C UDS development, here I need to change the vector mapping address from 0xD00 to 0xf000.

I have tried adding some code in .cmd file for the change of address i.e., new location 0xf000 

SECTIONS
{

.reset : > RESET, TYPE = DSECT /* not used, */
codestart : > 0x080000
.text : > FLASHBANK0_CODE,
ALIGN(8) 

however, this process didn't help me to change the address.

From 0xd00

To this location,0xf000

Kindly help me to solve this ASAP, as I have stuck up with this.

Thanks & Regards,

Prince Thomas