Hi,
Thanks for your reply,We tried it in MPC5746R as follows.
/* asm static void Generate_system_RAM_fault(void)
{
!
mfdcr r22, 511
addis r22, 0, 0x0000
addi r22, 0, 0x1000
mtdcr 511, r22
}
And this set register E2EECSR0[INVC] as 1.But unable to see any update in MEMU registers corresponding to system RAM errors.
we tried E2EECSR0[CHKINVT] bits with certian mask and the result is same.
Whether the method we applied is correct or not...?
Please provide your suggestion.