Hi All,
I am using an IP module of the NetX framework to send and receive data on an R7FS7G27H3A01CFC MCU. I am able to transmit without any problems. However, the MCU is not receiving any packets. I looked at the network ISR in synergy/ssp/src/framework/sf_el_nx/nx_renesas_synergy.c. Call stack is:
{init g_vector_EDMAC_t_EINT}() --> edmac_eint_isr() --> nx_ether_interrupt()
In nx_ether_interrupt(), I can see incoming TX interrupts as expected. However, nx_ether_interrupt() does not see any RX interrupts. The MCU is using RMII mode to send and receive data. TX0/1 and RX0/1 lines are showing activity. If someone could shed some light on this I would appreciate it.
Regards,
Paul