• LPC2148 Pin Data fetching issue
    I want to get the count whenever a pin gets high and store it in a variable and then use every count of the variable in if loop for my process. What would be the syntax and how can i add a counter if...
  • LPC 2148: Fetching data from uart and displaying that on LCD
    Hey, I have a sensor which sends ASCII data. I want to save that data in the RBR register of UART and then display it on the LCD I am here posting the code for the same but i am not getting any display...
  • data from uart dispaly on lcd
    Hi, I have to receive data from uart and display that on lcd(it is a usb to uart port from an android phone). how to do it? please tell me the solution.
  • UART transmitting wrong char
    Hello, I am trying to set UART connection for the first time. I have a LPC2138 protoboard and I want to use its UART to transmit char A to bluetooth module RN41 via its UART. I managed to send something...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...