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.
如何确定我配置的ECC功能是否正确呢?另外,SysCtl_enableNMIGlobalInterrupt();这个函数是在哪个文件定义的?
ECC/Parity calculation is done inside the memory controller module and calculated. ECC/Parity is written into the memory along with the data.我在手册里面看到这句话,是否表示我在往ramm0和ramm1存数据时,不需要用户自己计算ecc?只需要存数据即可?
sprui33b 121页 3.11.1.7 Memory Error Detection, Correction and Error Handling 第三段开头
另外我觉得这两个例程无法解决我的困惑。
RAM ECC are stored at same address location.这句话是指ram ecc和flash ecc一样存在flash ecc内存中吗?