2020-07-16 09:07 AM
I have made the following configurations till now.
SystemClock_Config();
HAL_Init();
MIIinit();
netInitialize ();
initialize_ethernet_interface();
ethernet_check_link_status();
But the problem is upon reading the BMSR register the link status bit is not set to '1'. Although when I read the PHY STS register the Link Status bit shows '1'. Could someone please help me out with this?