主题中讨论的其他器件:UNIFLASH
工具/软件:Code Composer Studio
我想将.out 转换为.hex、能否获得一个可以下载 armhex.exe 的链接? 我在 TI.com 上搜索、找不到下载链接
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.
它是从0x080053B0开始的日志数据。 十六进制文件用于引导加载程序、而不是应用程序映像。 您可以使用 Uniflash 将 Hex 文件或.out 文件加载到闪存中。
使用引导加载程序以十六进制格式对应用程序映像进行编程时、需要首先计算地址的绝对值:
TTyle (第7字节和第8字节)= 0x04 ->高位地址
地址(第3个~第6个字节):低位地址
绝对地址=高位地址<< 16 +低位地址