hi,The SRAM ECC diagnosis provided by the diagnostic library is to modify the ECC check code to generate ECC faults. If I do not modify the ECC check code and modify the SRAM memory data, I turn off the RSM ECC enable, _coreDisableRamEcc_(), and then turn on the ECC enable after the data is modified. _coreEnableRamEcc_(), and then read data, ECC failure is generated, but the actual test does not produce ECC failure, what is the cause, is it correct to produce ECC?
Thanks a lot.