Stm32F2 : Ethernet start up infinite Loop
Posted on September 30, 2011 at 20:33Hi I have a problem in Ethernet start up using LWIP. the program always stick in a infinite loop in below line :while (ETH_GetSoftwareResetStatus () == SET) what is problem and what is this line means ? i use an...