when i debug the software, it always enter the IVOR6trap below and stop here, i can' t understand why?
hardware: mpc5602p,CW11.1,FX
I have found the root cause that i set the IVOR4 interrupt table to a wrong place.
now it's ok now, thanks very much
Hi,
as you can see in the core reference manual:
https://www.nxp.com/webapp/Download?colCode=E200Z0RM
... IVOR6 is triggered when:
First step is to check core registers SRR0 and ESR to find the root cause:
Regards,
Lukas
Hi
I record the register data below as you said, it seems that i have no code at the address which error occurs.
OK, so it's not cause, it's effect only. In this case, I would focus on call stack to see which function was executed at that time and make deeper analysis. There's no simple advice for this, more debugging will be needed.