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.

TI-RTOS - Changing location of application/vectors

Other Parts Discussed in Thread: SYSBIOS

Using TI-RTOS on LM3S9B92....

I am adding a USB bootloader to a TI-RTOS/SYSBIOS project. The bootloader will utilize 0x000->0x1800 (as is normal).

 How do I force my application built with TI-RTOS (SYSBIOS) to load the application and vectors starting at 0x1800 instead of 0?

I can change it in the linker command file, but XDCtools still places data between 0x0 and 0x1800.