I want to test the ECC functionality of the RM48L952. I used the Ram ECC test like "checkRAMECC" provided by HalCoGen. I see that single and double bit errors are recognized correctly. Now I want to generate an interrupt in the case of a single or a double bit error. In HalCoGen I enabled the ESM channels 26 and 28 for single bit errors. According to SPNS177 double bit errors are mapped to ESM Group2 channel 6 and 8 and/or ESM Group3 channel 3 and 5. I'm confused. On which channels are they mapped?
But I do not receive an interrupt on a single bit error detection. I think the "esmHighInterrupt" should be called. But this is not the case.
In the case of double bit error detection the dabort is called. Why do I receive a data abort and not the esmHighInterrupt interrupt?
What I'm doing wrong? Do I have to set something else?
Regards,
Lukas