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.

F2837XD对Flash编程时,Fapi_AutoEccGeneration和Fapi_DataOnly模式有区别么?



我在做HEX文件程序升级功能,HEX文件通过Fapi_AutoEccGeneration模式烧录到FLASH的数据和JTAG烧录到FLASH的数据对比全都对不上,ECC错误无法复位重启。

一个16bit FLASH地址上应该是ECC码占高8位,有效数据占低8位对么?

Fapi_AutoEccGeneration模式不是应该自动生成ECC码插入到有效数据之间么?

我仿真了flash_programming_cpu01.c例程发现,例程里Fapi_AutoEccGeneration模式写FLASH和Fapi_DataOnly模式写FLASH写入结果完全没有区别,这是为什么?我要怎么做?