Part Number: AM3352
Tool/software: Linux
We used the TI SDK release --software-dl.ti.com/.../index_FDS.html.
We are having Am335x processor based product and we are using LINUX 3.14.26 for the Software. We are using Ethernet interface.
After booting Ethernet interface is initialized, link is established and we are able to receive and transmit packets. But after some duration Ethernet interface is not working properly. We are not able to receive packets.
We want to know the reasons that make the Ethernet receive problem ,likely that After booting Ethernet interface is initialized, link is established and we are able to receive and transmit packets. But after some duration Ethernet interface is not working properly. We are not able to receive packets.
We debugged and found out that we are not receiving Ethernet 'rx interrupt'.
And RX0_CP is NULL(0000).
So we are not able to understand why the RX0_CP is becoming NULL? How can we debug this problem?