• Sample program hanging while debugging
    I am currently doing a project to set up a climate monitoring system by sending data recieved through a temperature sensor on AT89C51ED2 (ESA MCB 51-2 development board) to a Xbee module. I have recently...
  • Why Hanging ???
    Regards all, This codes generates a hang on cpu . Please kindly take this & guid me : #include <w78e65.H> #include <stdio.h> main() { unsigned char i; TMOD=0x20; SCON=0x52; TH1=0xfa; TR1...
  • uVision3 hangs when using _break_ in debug function
    The setup is using uVision3 with FS2 CAST 8051 driver for R8051XC. Associating a "_break_ = 1" debug statement causes uVision to hang immediately after the break point is hit. Error displayed is AGDI...
  • 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...