Hi all,
I want to update application code for Tiva TM4C
1. Is it possible for a normal application running on TM4C to replace (over-write) itself (in flash)? If yes, how to do that? Is there any document for that?
2. If #1 above is not possible, I have to use ROM Bootloader. In the document about ROM Bootloader (SPMU301a.pdf), I know that I can use UART0 for serial update. I also found a CCS example project that calls ROM_UpdateUART(). But that's all I have, I don't have source code for ROM_UpdateUART(). So, what is the protocol to talk to ROM_UpdateUART() ? What address on ROM to write application binary to?
BTW, I don't want to use LM Flash Programmer, I want to write our code to talk to ROM Bootloader via Tiva's UART0.
Thanks,
Viet Hoang.