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.
CCS版本号 Version: 12.3.0.00005
使用CCS编译生成.bin文件与读取FLASH的内容不一样,图片如下:
生成的BIN文件 读取的FLASH
CCS生成的BIN文件自动把那几个FFFF省略掉了,请问这是为什么?
所以CCS.bin被写到起始地址0x86000的目标?但是,当查看并导出闪存内容存储器(导出image.bin)时,是否存在0xFFFF的填充?我无法复制这种行为。当我刷新CCS.bin并检查内存内容时,我没有看到任何0xFFFF填充。