Hi, I cannot get this to work.
I am using ethernet board with schematic like this:
https://www.waveshare.com/w/upload/3/31/DP83848-Ethernet-Board-Schematic.pdf
I made breakout board for the QTH connector J16, and connected the board with dupont wires.
Connections seem to be OK, checked everything with multimeter, nothing shorted or unconnected.
I have RMII wired like this:
phy pin-mcu pin, pin in evb J16
-------------------------
TXD0-PTC2, PIN 14
TXD1-PTD7, PIN 16
TXEN-PTD12, PIN 24
OSCIN/X1-PTD11, PIN 20
CRSDV-PTC17, PIN 28
RX0-PTC1, PIN 36
RX1-PTC0, PIN 38
MDIO-PTB4,PIN 48
MDC-PTB5, PIN 50
Note, Receive error not connected
I am using LwIP example with prosessor changed to 176 pin version. Code is running just fine.
When i tested with oscilloscope, i saw <1V signal in TX0 and TX1 pins at MCU. Why does it not get to 5V?
I looked reference manual and it says on page 1845:
Enable the Drive strength for the transmitting pads of ENET by setting DSE field of PORT_PCRn register
LwIP example does not seem to do that. I tried to modify the generated pin mux to do that:

TX Signals still not getting pulled to 5V.
Can anyone help?