We need to handle all exception in our application. As mentioned in Coockboot, we tried to install exception, but it was not getting triggered.
Where can we get sample code or documentation?
Thank you
Hi,
one example can be found in:
http://www.nxp.com/files/microcontrollers/doc/app_note/AN5200.pdf
http://www.nxp.com/files/microcontrollers/doc/app_note/AN5200SW.zip
It shows how to handle machine check exception (IVOR1) in case of ECC error.
More details about exceptions can be found in core reference manual:
http://www.nxp.com/files/32bit/doc/ref_manual/e200z760RM.pdf
Regards,
Lukas
Thank you,
I will try and let you know