• LPC2119 UART0 Communication problem
    hi all i was trying to communicate the LPC2119 through UART0 module and PC( Hyper Terminal). the code is as follows. #include<LPC21XX.H> #define bitset(var,bitno) ((var) |=1<<(bitno)) #define...
  • LPC2119 UART0 Communication problem
    hi all i was trying to communicate the LPC2119 through UART0 module and PC( Hyper Terminal). the code is as follows. #include<LPC21XX.H> #define bitset(var,bitno) ((var) |=1<<(bitno)) #define...
  • LPC2119 receiver stop bits settings
    I use LPC2119, and Keil uVision4. My question is, if UART module is set to 2 stop bits, Transmitter must send these two stop bits always, but does receiver must receive two stop bits before set...
  • LPC2119 CAN Controller Transmission Failure
    Target Platform: LPC2119 and TJA1040 CAN transceiver. IDE : Keil uVision 4 Error: CAN Controller fails to transmit message. Debugging Devices Used: Keil ULink and Oscilloscope. Steps to reproduce...
  • LPC2119: RTC-conservation with battery ??
    Hi everybody! I have got a question concerning the Real Time Clock of the LPC2119 processor: Is it possible to save the values of the RTC (i.e. the time and date) with a battery as the only power...