Hello,
I read some information from previsou posting regarding force R4 ECC single bit error. After following the sequence provided by TI experts, I still have the problem to make single bit error in ECC. Below is the what I did
1. set up even RAM register (error count =0, error threshold=1, enable error interrupt control)
2. disable ECC checking logic inside CPU through CP15 instruction. The code is provide by TI posting
3. set up ECC TCRAM Wrapper register to disable ECC and enable ECC write
4. get the RAM address of a 64 bit variable and add the RAM ECC offset (0x00400000) to its RAM address
5. flip one bit in this RAM ECC location to force single bit error
6. set up RAM wrapper register to enable ECC and disable ECC write
7. enable ECC checking logic inside CPU throught CP15 instructions. the code is provided by TI posting
8. read the 64 bit variable in RAM to trigger ECC single bit error
I checked TCRAM register. the single error occurrence field didn't change the value from 0 to 1 after above code execution.
What is wrong? How to make this work?
Thank you.
Joy
