• netTCP_SendReady hangs when TCP established
    Hi I encounter a strange problem that the netTCP_SendReady gives false forever even the TCP connection is established. Is there a way to find out why the connection is not ready? while(is_sending_request...
  • Hanging issue in RL-TCP net keil arm
    Hello, Iam using LPC2378 uc for Ethernet application (udp/ip communication). Iam receveing UDP data continuously with some interval from PC and sending acknowledgement to PC. My code has no error...
  • Hanging issue in RL-TCP net keil arm
    Hello, Iam using LPC2378 uc for Ethernet application (udp/ip communication). Iam receveing UDP data continuously with some interval from PC and sending acknowledgement to PC. My code has no error...
  • 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...
  • I2C_EVENT hangs
    Hi all, I'm using std peripheral library, and it's hangs when I try use I2C_EVENT, for example when I send data void i2c_transmit(uint8_t byte) { I2C_SendData(I2C2, byte); while (!I2C_CheckEvent...