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.