• LPC2148 Example Compile Question
    Hi from ARM newbie I found a nice simple example for a bit bit LCD hello world program. With uVision 3.33 (limited version that came with LM3S811 eval kit) i load the example and hit F7 to build. I...
  • 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...
  • 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
    Hi Can you send me a enc28j60 driver? I want to interface enc28j60 with LPC2148. My email id is mehtamonark@gmail.com
  • 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;...