Dear Mr. / Mrs.
I try to cause illegal instruction exception by following source code on MPC5777C;
typedef void (*myfunc)();
myfunc foo = 0;
foo();
This shows that I am on right way.
20Sidar04_0-1645458429921.png
As I see, when I tried debug my controller. My program is not stop on IVOR6_Exception_Handler.
How to handle this problem. I tried to cause IVOR6 exception for MPC5777C.
Best regards.