I'm working on accessing FEE of TMS570LC4357. To ensure the integrity of read data, I want to know the ECC Error Status (No error/1-bit error/2-bit error). Is there any function which returns this status?
Please help.
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.
I'm working on accessing FEE of TMS570LC4357. To ensure the integrity of read data, I want to know the ECC Error Status (No error/1-bit error/2-bit error). Is there any function which returns this status?
Please help.
Hi Harshal,
The on-chip FEE memory is supported by SECDED ECC diagnostic. The FEE SECDED ECC controller utilizes the same ECC algorithm as used in the main Flash memory; 8-bit of code are implemented per 64-bit of data. Detected uncorrectable errors result in a ESM error.
In the case of a single bit error and double bit ECC error, the CPU export the error detection events to the EPC module and ESM (1.4, 2.21). I will confirm it later.