MPC5748G Reset Problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5748G Reset Problem

554 Views
yankuang1
Contributor III

I would like to know how to know what causes mpc5748g to reset.I use the following code to test the Ethernet communication.Sometimes Ethernet can not communicate properly, I tested the RESET pin and found it was low.I have to reset the chip, Ethernet will be able to communicate properly.

Original Attachment has been moved to: ENET_MII.zip

0 Kudos
2 Replies

395 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

To find the reset source you can read:

RGM FES / DES registers to find the reset root cause.

I expect your situation is:

After your Power on reset your device is running and them it is reset.

Then do attach with debugger and read RGM FES / DES registers.

This will tell you your reset cause.

Peter

0 Kudos

395 Views
yankuang1
Contributor III

Hi,

Thanks to your help I found the reason for the chip reset.

But sometimes I found that Ethernet communication failed and the chip was not reset.I debug the code and find the code stopped at the location shown below.

pastedImage_1.png

The state of the board and the pC connection is also changed from success to a failed state.

pastedImage_1.pngpastedImage_2.png

0 Kudos