LWIP phy problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LWIP phy problem

763 Views
winpennyjh
Contributor I

MCU: LPC4333

Harware is custom.

I'm trying to get my DP83848 ethernet phy to work in RMII mode based on the lwip_tcpecho example.

The link status is good and the PHY_LINK_CONNECTED bit is set.

lpc_low_level_input() returns NULL because the descriptor is still owned by DMA

So no packets get received.

Has anyone else had similar issues ? 

Labels (1)
0 Kudos
1 Reply

649 Views
winpennyjh
Contributor I

Resolved!

RMII mode only works when ENET_RX_DV mode is used

0 Kudos