Hi,
I am working on L2RAM self-test to inject single and double bit errors and to verify each error type is properly detected
and reported by the ECC logic per TRM section 8.2.6(SPNU563A).
Used code from SafeTI Diagnostics Library test SL_SelfTest_SRAM and tried to integrate with our project.
When executed below line of code, it crashes and jump to location as shown below.
Please find below snap shot when it tried to read from 0x08416260, it says fail to read from this location.
Could you please help, if i am missing anything. Also tried to execute this before STC self-test. Still same issue.
sl_l2ramwREG->DIAG_ECC = (*eccB1) ^ L2RAM_SYN_2BIT_DATA_ECC;