Hi Barry,
For TI-RTOS 2.0 the platforms have been moved out of XDCTools and into SYS/BIOS. As part of this change, the resetVecs should now be modified through SYS/BIOS; particularly, the device specific Hwi module in the config file (.cfg). Please see the code below:
// Import the device specific Hwi module var m3Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi'); m3Hwi.resetVectorAddress = 0x20010000; // New address
Regards,
-- Emmanuel