• 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...
  • 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 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...