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.
工具/软件:Code Composer Studio
您好!
我们可以使用什么命令行 使用 UniFlash (v4.5)刷写小型二进制块而不擦除所有扇区(以保留已有的固件)?
我们可以使用读回二进制块
C:\ti\uniflash_4.5.0\dslite -模式存储器-c F28M35H52C1.ccxml -n 0 -范围=0x27c00080 -输出=record.bin -e
我们尝试了这种 方法,它也起作用,但也擦除了所有的扇区…
C:\ti\uniflash_4.5.0\dslite -模式加载-c F28M35H52C1.ccxml -n 0 -f record.bin、0x27c000
谢谢、
Tim
它很有效!
谢谢、Ricky
Tim