您好,
根据 下面显示的SPRABV4B,我可以使用hex2000.exe转换文件
但结果是这样的, example_2802xSci_echoback.out是项目名称,我已经将它复制到与hex2000.exe相同的目录中。
有人能帮帮我吗? 谢谢。
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.
您好,
根据 下面显示的SPRABV4B,我可以使用hex2000.exe转换文件
但结果是这样的, example_2802xSci_echoback.out是项目名称,我已经将它复制到与hex2000.exe相同的目录中。
有人能帮帮我吗? 谢谢。
谢谢!
但我想指出应用程序说明中显示的将.out转换为.txt文件的两种方法之一
“C2000微控制器的串行闪存编程”错误。
不应该是这样
" hex2000.exe -boot -sci8 -a -o <file.txt><file.out>"
但喜欢
" hex2000.exe -boot -a -sci8 linky_cpu01.out -o linky_cpu01.txt"
Howard