• LPC2148
    Hi Can you send me a enc28j60 driver? I want to interface enc28j60 with LPC2148. My email id is mehtamonark@gmail.com
  • 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 working a Project SPI-Ethernet interface using ENC28J60 with LPC2148.I have developed the code using Kiel uvision3 but it is giving an Error. the Error is Error:Failed to execute BIN40\ArmCC ...
  • lpc2148
    Hey everybody..... I want to interface single led with lpc2148 by using port and without port . If anybody has program pls do the helpful need...........
  • 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;...