2023-07-30 10:09 PM
I'm trying to interface ADIN1200 LAN driver with STM32H753. CubeMX BSP package supports LWIP library for LAN8742 driver, I see that there are some differences in configuration of both the LAN drivers but not very clear which part in the drivers to be changes for ADIN1200. did anybody try with ADIN1200 and can help me out with config part.
Thanks
2023-07-30 10:57 PM
Get the datasheets for both PHYs.
Go through the existing driver for LAN8742, understand what's happening.
Compare registers with the AD1200, change driver accordingly.
It's work... but you will have a better understanding of what's going on.