Hi all,
I am trying to configure the exception in mpc5604s controller.
I am using the following prototype for interrupt .
When some exceptions occurs the the following function will be invoked..
__interrupt__ void IVOR15trap(void)
{
}
am i right ?
Kindly guide me how to configure interrupt when some illegal opcode occurs.
Please provide me the example code if it is possible.
Thank you in advance.
Mohanraj K