• 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...
  • Interfacing an LPC2119 with a MAX3100
    Been trying to get a MAX3100 (UART-SPI interconnect) to work as a slave to an SPI Master in the LPC2119. Can't seem to get the clock to run (no pulse at pin), though Master mode is enabled. I'm out of...
  • SPI library for LPC2119
    I need SPI library for LPC2119 for realview compiler. i searched every where but all library re nasty code. most of them would have worked with SPI . please provide the library of it.
  • 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 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...