Part Number: TMS570LC4357
Hello,
This is a question regarding ESM 1.6 and 2.19 that notify single/double bit ECC errors for OTP.(ESM1.6:Group1 Channel6, ESM2.19:Group2 channel19)
We are now testing the ESM function of TMS570 MCU on the evaluation board.
Based on explanation in Sec 7.5.2.6 of SPNU563A, we tried to force ESM 1.6 and 2.19 by using the following test codes.
But the test result was not as expected. The MCU notified ESM 1.4 and 2.3 respectively.
* single bit ECC error */
uint64 otpEccError1bitVal;
otpEccError1bitVal = *(uint64 *)0xF00803F0;
TODO: 3f0 1bit error
/* double bit ECC error */
uint64 otpEccError2bitVal;
otpEccError2bitVal = *(uint64 *)0xF00803F8;
TODO: 3f8 2bit error
Should we modify the test codes? Please advise.
Thanks,
Sho.



