Question
Hello Everyone. I am working on ethernet on STM32F429I-Eval board with PHY DP83848VV. I would like to know the necessary configurations for the same. I am using Keil IDE with RTOS2 enabled.
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?
