This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
At the page 3208 of AM64x/AM243x Technical Reference Manual (Rev. F), I got some questions from customer.
I'm not sure what does the above yellow lines mean.
1) Please explain it more details?
2) Please clearly mention the way to get the interrupt by Rx error on RGMII mode.
3) Which bit feal is available to know the status of Rx error on RGMII mode?
Hi,
I have started looking into the issue. Allow me till Friday to get back on this.
Hi Tsurumoto
RGMII RX_ERR notification is inband unlike MII mode which has a dedicated pin, it is indicated via RX_CTL and RXC input - RX_DV is sent on RXC rising and RX_ERR on RXC falling edge. MII allows counting multiple errors spanning across nibbles but RGMII mode probably going to throw only one error per frame.
I will come back with more input on this.
RX_ERR has no effect on pushing data to ingress FIFOs It only flags an RX_ERR status bit in PRU R31 register. It is update to SW/FW to determine what to do with the packet.