• LPC2148 "Interrupt based UART1"
    I am making a Mobile phone using lpc2148 and a GSM modem SIM900. i have the code for uart1 sending n receiving data. but it does not have interrupt based read function. i want interrupt based uart1...
  • What are some good project ideas based on lpc2148?
    I wants to do a project for my semester course.Can you please suggest some good projects which are not copied from internet.
  • lpc2148
    I am getting a problem with lpc2148 board. When i am going on board debugging using jtag , the board is working perfectly. But when i am flashing using jtag it is not working properly.If any one face...
  • lpc2148
    whats wrong in my program? it wont start the task/ program: #include <rtl.h> #include<LPC214X.h> void delay(void); __task void task1 (void); __task void task2 (void); OS_TID tsk1, tsk2;...
  • LPC2148
    HI, can any one help me to how to dump hex file into lpc2148. i m going to develop my own PCB board.i have confusion about programmer. some articles say dump via UART0 n some says JTAG. which one is...