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.

TMS570LC4357: Problems when executing Diagnostics RAM16 and RAM17 consecutively during Power On

Part Number: TMS570LC4357

Hi experts,

We encountered a problem when running Diagnostic RAM16 (Ram ECC Profiler Test) and RAM17 (RAM Redundant Addressdecode) in Power On consecutively.

The first problem we encountered after adding RAM16 was that the Efuse Autoload test started failing. After doing a reset or a Power On RAM17 sometimes failed, although beeing executed before RAM16.
Taking RAM16 out of the test sequence and doing a Power On reset always fixed the problem.
The easiest solution that we got working is adding a wait function after RAM17 of about 5000 - 10000 Cycles.

the following steps are part of the RAM16 diagnostic:

- Write 0x0 to RAM with ECC active
- disable ECC and Enable ECC_WR_EN
- write 0x5151515151515151 into ECC to inject 1-Bit error (64-Bit write)
- activate ECC
- read access ram (64-bit read)
- check if ESM 1.4 is set
- check and clean up CAM
- korrekt ECC
- reset ESM and nERROR

What could be the reason for this problem?

Thank you and best regards,
Max

_____

edit: the procedure decribed is that of RAM16 not Ram17