Interface STM32H753 with LAN9303 Ethernet PHY
Hi,
I've CubeIDE project for LAN9303 2 port ethernet driver. Followed the ST LWIP article and got the ping on the switch IC to PC.
I have a problem with getting registers of lan9303. I guess the LAN8742 driver is doing minimal settings on the ic but when I want to take the ic system and status registers, returns 0xFFFF. I am using lan8742 read-write functions in its driver. IO.ReadReg(pObj->DevAddr, ***, ®value)
Is there any specific read function to handle ic smi system registers? I just want to read 13.2.2.4 LED Configuration Register (LED_CFG).
Not: I2C is connected but I didn't use it, I guess my current configuration strap doesn't need to use it.
Regards,
Umit
