Part Number: TM4C129ENCPDT
Hello,
I have a bootloader, which receives a new image from a serial terminal, stores this in external SPI flash and then boots from this SPI flash. Everything appears to work, but when it's time to jump to the application the starting address of the application is wrong.
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.
Additionally, it seems like there's some hardware exception regsiters that are not being setup correctly. Is there a list of steps to guide me on what needs to be setup and the proper order?
Thank you!