Hello,
I am working on a software safety requirement where ECC detection must be enabled on AXBS crossbar, Flash array, RAM array, DMA RAM, and FlexRay RAM.
For DMA RAM and FlexRay RAM, we found ECC-related control bits in registers DMA_ES and FR_MCR (see attached screenshots).
However, we couldn't find similar control bits for AXBS, Flash array, and RAM array in the MPC5746C reference manual.
Is ECC detection and correction enabled by default for AXBS, Flash and RAM arrays on MPC5746C?
Or is there any specific way or register to enable ECC for these?
Thanks in advance.
Nilesh
解決済! 解決策の投稿を見る。
Hello,
best regards,
Peter
Hi Peter,
For the same topic I am trying to implement an interrupt based method to Monitor ECC for DMA via DMA_ES[UCE]. from our conversation we know that ECC for DMA is enabled by default. Now here is the issue , its a read only bit,
The DMA_ES.UCE bit is set automatically by the eDMA hardware when an uncorrectable ECC error occurs during channel execution, as described in section 68.4.2 of the manual.
To verify the behavior of DMA_ES.UCE, we need to manipulate the eDMA system to create an error scenario, such as corrupting the TCD memory. Is there any way to achieve this results where we can get the ECC bit set as we introduce the error. if so what can be approach to do so ?
Hello,
best regards,
Peter