Other Parts Discussed in Thread: EK-TM4C123GXL
Hi all
I am trying to update my TM4C123 controller using I2C.
Unfortunate, something goes wrong and I don't have a clue.
I follow the 5. Serial update for packet handling.
Sending a 0x11 0x1 sets the controller in the ROM_UpdateI2C
mode.
Using a Beagle, I can see the I2C transactions and notice the COMMAND_DOWNLOAD
and COMMAND_SEND_DATA
getting through (although only once).
After the first COMMAND_SEND_DATA
, I get i2c timeouts.
Any help on this?