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.