• NetInitialize function gets halted
    I want to make a TCP socket connection with a server.I am working on STM32F746G discovery board.As soon as the program execution reaches to the function netInitialize(), it halts.When I debugged the...
  • NetInitialize function gets halted
    I want to make a TCP socket connection with a server.I am working on STM32F746G discovery board.As soon as the program execution reaches to the function netInitialize(), it halts.When I debugged the...
  • Help about SMSC LAN83C185 PHY chip with STR912x
    Hi, I am using smsc LAN83C185 phy chip on a board with STR9. Every physical connection looks ok. And I configured the phy chip with enet_mii interface, but I could not be able to send and recv data...
  • Help about SMSC LAN83C185 PHY chip with STR912x
    Hi, I am using smsc LAN83C185 phy chip on a board with STR9. Every physical connection looks ok. And I configured the phy chip with enet_mii interface, but I could not be able to send and recv data...
  • netInitialize() hang ...
    Hi I just want to make a TCP socket connection. I configure everything as the "Creating a Network Application" page tell. as system start to debug or work it halts on netInitialize(). even the codes...