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.

TM4C129ENCPDT: EK_TM4C129EXL TI RTOS Application Upload via Custom Bootloader

Part Number: TM4C129ENCPDT

I would like to know how to edit the TI RTOS TivaC 2.16 tcpEcho example to execute from flash address 0x00010000 instead of 0x0.

I have created a custom bootloader which loads the application from external flash to internal flash address 0x00010000. I have tested the bootloader with a bare-metal application which blinks an LED. I am now trying to get the same functionality, but am having issues with the TI RTOS project.