Hi experts,
I want to know how to enable the ECC for AM263x. From my understanding, AM263x has 3 types of ECC: one for top-level RAM (such as 2MB SRAM), another one for R5FSS TCM and cache, third one for MCAN message RAM. So if we need to enable all ECC modules, we need to manipulate the followings registers, right?
MSS_ECC_AGG_MSS.ECC_AGG_TOP_CTRL,
MSS_ECC_AGGA.ECC_AGG_R5SS0_CORE0_CTRL,
MSS_ECC_AGGB.ECC_AGG_R5SS0_CORE1_CTRL,
MSS_MCAN_ECC.MCANx_ECC_CTRL, x=0,1,2,3...
Please give comments on the above method.
Thanks & Regards,
Will