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.

UART BOOTING FOR TM4C123G

I am trying to update firmware through UART and without using LM FlashProgrammer. I am able to send the sync sequence {0x55,0x55}for auto baud and follwed by COMMAND_PING.

Now this is my problem after sending COMMAND_GET_STATUS I am able to receive packet from the Bootloader , but when I send next command it is sending me the same previous packet all the time.

So I continued without observing it but after sending the firmware in between I am getting negative acknowlgment and when I read flash contents they aren't the updated one it shows flash is empty not even small data had been dumped.

please mention if there is any mistake in command procedure