2017-11-07 03:42 AM
when i wrote code in spc5studio, and am using B line(SPC560B54L5), in that case program control goes onto IVOR and stuck their.
can you please help what should i do?
Solved! Go to Solution.
2017-11-08 12:16 AM
Hello soni ,
IVOR1 is a Machine Check interrupt. (~a coredump),
you are trying to access or write a forbidden register.
Could you check your LR in your debugger ?
it should point where the problem is located.
Best regards
Erwan
2017-11-08 12:16 AM
Hello soni ,
IVOR1 is a Machine Check interrupt. (~a coredump),
you are trying to access or write a forbidden register.
Could you check your LR in your debugger ?
it should point where the problem is located.
Best regards
Erwan
2017-11-09 02:25 AM
how can i see LR?
2017-11-10 03:08 AM