您好!
我一直在 Linux 中搜索一个命令行方法来将 MSP430-elf-gcc 编译器生成的.out 文件转换为 TI-TXT 十六进制文件格式、然后我将使用该格式来生成 MSP430_BSL、以便对我使用的 MSP430F2274芯片进行编程。
经过一周毫无结果的搜索、我来到这里、如果有人能帮我解决这个问题。
此致、
布迪米尔
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.
您好!
我一直在 Linux 中搜索一个命令行方法来将 MSP430-elf-gcc 编译器生成的.out 文件转换为 TI-TXT 十六进制文件格式、然后我将使用该格式来生成 MSP430_BSL、以便对我使用的 MSP430F2274芯片进行编程。
经过一周毫无结果的搜索、我来到这里、如果有人能帮我解决这个问题。
此致、
布迪米尔
完整的说明位于"MSP430汇编器用户指南"(SLAU131V)第12.2节
我刚才要求 CCS 为我执行该操作、结果是:
"C:/ti8.1.0/ccsv8/tools/compiler/ti-cgt-msp430_18.1.LTS / bin/hex430"-memwidth=8 --romwidth=8 --ti_txt -o "Blink-2553.txt" "Blink-2553.out"
[编辑:我模糊地记得、路径名中的空格不是很好、因此请避免这样做。]