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.