Hi Experts,
I am using MPC5748G where my issue is ; it’s sometimes got stuck some where in code hence making watchdog to reset the microcontroller.
To find root cause of above issue, mine objective is to send out certain CAN messages before watchdog reset our microcontroller.
That logic already has been implemented successfully by enabling watchdog interrupt and its ISR and it’s working normally.
Now I want to covert below written assembly language instructions into c language instructions and want to send out the content of these registers through CAN in watchdog interrupt ISR. Please let me know following things.
1 How I can convert these instructions into C language?
2 How to get access to these registers. What kind of statement I should write so that I can get access to these registers.


Regards