Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

TM4C1230D5PM: Bootloader documentation is inconsistent

Part Number: TM4C1230D5PM

Using the I2C ROM bootloader:

In the document, TM4C-BOOTLDR-UG-2.2.0.295.pdf, the description under COMMAND_DOWNLOAD recommends that this command be followed by a COMMAND_GET_STATUS.

Under the command, COMMAND_SEND_DATA, it says that this command can only follow COMMAND_DOWNLOAD, or another COMMAND_SEND_DATA.

If the COMMAND_DOWNLOAD is followed by COMMAND_GET_STATUS, the first COMMAND_SEND_DATA locks up with the SCL line pulled low.

If the COMAND_DOWNLOAD is followed by COMMAND_SEND_DATA, the whole process completes successfully