• 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...
  • lpc2294 hang
    hi, i m using lpc2294 for GSM modem interface. i m use rx,tx of UART1 for interface. Modem work well and i m read message , read contect number but when i call ,mcu UART1 "HANG" Please help me...
  • lpc2132 hang
    hello, I am using lpc2132 device in my application. I am using EXINT3,uart0,uart1,timer0,timer1 interrupt. When all above interrupt enable then my application hang in 4-5 hours. When we disable one...
  • finit hangs
    finit hangs Hi, I'm having a problem with the finit call on an SD card. I get the same behavior whether I try the call prior to starting RTX, or from within an RTX task. The behavior is sporadic...
  • 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...