Hello, everyone!
I've read a lot of information about TIVA bootloader on this forum but didn't found the answer on my question. I need to use internal bootloader to program the chip (TM4C129) thru UART.
As I understood, if we have a completely erased flash-memory on device from TIVA series, the internal bootloader is involved to scan serial interfaces to catch the firmware update command. We can use LM Flash Programmer to load the firmware this way.
But, if I want to download the firmware in other manner. For example, I would like to use a GSM-module, that will receive my program thru GSM-channel and transmit it thru serial port to the TM4C129 to programm it. So, my GSM module has to send information in certain manner by specified protocol, which is supported by bootloader of TM4C129.
So the question is where I can get the description of protocol that has to be used to feed the bootloader thru serial port? I know, that TIVAware contains tools/sflash example. But it's very inconvenient to use it.
In my opinion, it's very useful to have such bootloader protocol description to use it effectively and don't waste the time on learning of existing source code.