• 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...
  • netInitialize(); function gets crash when PHY chip not present
    Hi, We are using LPC4088 with DP83848 PHY for Ethernet communication. If we does not supply power to PHY or it is not present on PCB & if call the netInitialize(); function then program crash. After...
  • netInitialize fails with NET ERROR_CONFIG error
    Is there a way to get more detail on the error?
  • netInitialize() fails with NET_ERROR_CONFIG with WiFi network interface
    Hi, I'd like to use WiFi interface in my project, but I found some problem. Before editing my project I tried to modify the "Web Server" example project. Because the WiFi interface needs RTX5...
  • Input to "disabled" INT1 halts execution
    87C51RA+ Trying to use P3.3/INT1 as an input. I set EX1 = 0; at the beginning of main(), which should disable INT1. EX1 is not referenced again, and remains =0. Whenever I pull the P3.3/INT1 pin...