I have the subjes mounted on my development board for academic project.
I use interface RMII. 50 Mhz clk goes from PA8 pin. (PLL_CLK=100MHz / 2). Xtal is 25 MHz 20 pf CL and 30 ppm. The clocking seems to be stable.
Schematic are typical for RMII and other parts too. RESET and POWER_DOWN pins are at 3.3V. I checked soldering and schematic but no issues were detected by me.
And each time when I had tried to execute something like
temp = ETH_ReadPHYRegister(0x01, 0x02);
I got only 0x0000FFFF.
Note. There is no clocking at 25 pin.
Oscilloscope shows me the STM32F407VET6 toggles MDC and MCIO lines, but DP83848CVV does not responding. I saw only 3.3V level (that means 0x1111).
How to check if the IC was not damaged?
Help, please. I gave up the attempt in despair.