• Unpredictable Results When Ending Debug
    Another newb question: When I stop execution in Debug mode, I seem to get some unpredictable results: sometimes the Disassembly window opens, sometimes the Editer with a random source file that while...
  • Unpredicted behiver of code
    Hi All, I'm experiencing a strange behiver in the following flow: code compiles ok and run ok: C:000000H C:000000H C:00FFFFH 000935H CODE I:000000H I:000000H I:0000FFH 000018H IDATA I:000000H...
  • LPC2129 UART ISR Problem
    I'm using the LPC2129 and Keil Tools. The purpose of the code is to interrupt on the receipt of a single byte of data and assign "data" to its value. The interrupt seems to work however "data" isn't...
  • LPC2129 UART Problem
    Hello, im using a board with LPC2139 with JTAG, it has 2 UARTs however wenever i try and flash a simple UART program of, say, transmitting a string or echoing a character on it, it does not work...
  • LPC2129 UART ISR Problem
    hi, i try to receive data through UART1 in Interrupt mode, when i run the code the following are the changes occured on reception of the character. before U1LSR=0x60 U1IIR/FCR=0xC1 VICVectAddr...