Skip to main content
Visitor II
July 16, 2020
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.

  • July 16, 2020
  • 0 replies
  • 445 views

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?

    This topic has been closed for replies.