• PROBLEM IN RUNNING THE PROGRAM IN LPC2148 HELP.
    Hi, I am new to this forum. Recently I am working On lpc2148 OF NXS prepared by rhydolabz .i have run there hex code in by using the Philips lpc2000 flash utility v2.2.3 and it is running fine. then...
  • lpc2148 runs slow
    dear dun han you wrote I had NOT enabled MAM before. I enabled it and the system works correctly now. Thank you for your useful advices. same problem we have our led is 2-3 mhz.and we know we...
  • lpc2148 not running 60 mz slow
    I am using Realview (evaluation) and have the following program for LPC2148: #include <LPC214x.h> #define LED 0x01000000 main() { IO1DIR |= LED; //use P1.24 for(;;){ IO1CLR |= LED ; IO1SET |= LED;...
  • LPC2148 problem
    Hi everyone I am facing a weird problem with LPC2148. I have written a simple code for LPC2148.(Just made some pins high for a particular time) The code works on a development board and a small...
  • Query about ISP and RUN mode of LPC2148
    hi i am using NXP LPC2148FBD64 board. my program is downloaded on kit but it doesn't executed. means my board is able to come in RUN mode from ISP mode. What should i do for this?