• 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 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 is slow in Realview
    Dear all, 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 ;...
  • LPC2148 is slow in Realview
    Dear all, 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 ;...
  • lpc2148 works slow not 60 mips
    IOSET1=0XFFFF0000; IOCLR1=0XFFFF0000; my program is this and if system works 60 mhz i ust see 30 mhz.or 25mhzbecause of delays. but i see 2-3 mhz somebody writes mam control but not explained...