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.

the RX interrupt of Ethernet of AM335x

Dear TI Employee,

    we got a problem about RX interrupt.

    we have set Ethernet registers and TX/RX DMA register (RGMII),

   and our custom board can send data to PC by Ethernet,

  so we think that TX setting parameters are normal.

  and then we tried to send data to our custom board by Ethernet,

  but our custom board do not receive any data.

  after we checked this issue, we found that RX interrupt did not work.

   we are sure the RX DMA (RX_CONTROL register) is enabled and

  the RX interrupt (RX_INTMASK)SET register (RX0_PEND_MASK)) is also enabled.

  could you give us some suggestion for this problem?

  like checking a register or signal.