Hi,
I am gathering information about ECC logic programmed inside the Cortex-R5F CPU, and as far as I understand, Level 2 Flash and RAM inside the TMS570LC are viewed by the core through the same AXI master interface, where ECC uncorrectable errors are signalled to the Error SIgnalling Module (ESM) through ESM 2.3 "Cortex-R5F Core - Bus ECC".
As it goes through an ESM group 2 error, I have the ESM High priority interrupt that is triggered and I can install a routine to manage the system when the error occurs.
But I need to have a specific behaviour in case the error has been detected on the RAM, and an other behaviour if the error has been detected on the flash.
How could I get this information from the core? Or from anywhere inside the TMS570 (RAM, Flash, Interconnect, ...)?
Thanks!
Gael