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:通过 DFU 加载.hex 文件

Guru**** 2480775 points
Other Parts Discussed in Thread: UNIFLASH

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/701113/tm4c129dncpdt-load-hex-file-via-dfu

器件型号:TM4C129DNCPDT
主题中讨论的其他器件:UNIFLASH

您好!

我使用 Uniflash for Windows 来刷写 TM4C129DNCPDT。 该软件可以在 Tiva (或具有命令行的 xdsdfu.exe 实用程序)中刷写.bin。 闪存多个十六进制文件(暂停 写入 EEPROM)所必需的。 实现此目的的最佳方法可能是.bat 文件和 USB 接口(DFU)的脚本。

是否有用于在 DFU 上的 TM4C 中使用命令行对.hex 文件进行编程的实用程序? (例如 xdsdfu.exe for .bin)

最棒的问候!!

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    如果您访问 Uniflash wiki 链接、其中显示它可以从 TI COFF、TI ELF、Intel Hex、Motorola S-Record、Tektronix Hex、 TI-TXT 和二进制文件。

    Uniflash 还可以同时获取多个映像。 下面是我尝试同时加载引导加载程序和应用程序固件的内容。