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.

TM4C129DNCPDT: Load .hex file via DFU

Part Number: TM4C129DNCPDT
Other Parts Discussed in Thread: UNIFLASH

Hello!

I'm using Uniflash for Windows to flash a TM4C129DNCPDT. This software can flash .bin in Tiva (or xdsdfu.exe utility with command line). Necessary to flash a several hex-files with (pauses  to write EEPROM). The best method to this may be script for .bat file and USB interface (DFU).

Whether there is a utility for programming of .hex file in TM4C on DFU with a command line? (like a xdsdfu.exe for .bin)

Best regards!!

  • Hi,

    If you go to the Uniflash wiki link it says it can take formats from TI COFF, TI ELF, Intel Hex, Motorola S-Record, Tektronix Hex, TI-TXT, and binary.

    The uniflash can also take multiple images at the same time. Below is what I tried to load both the bootloader and the application firmware at the same time.