• 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 Startup File for Realview
    I am presently working on a port from the CARM Compiler to the Realview. The startup.s file provided in the Keil folder for the realview does not work entirely on my project for the LPC2148. When I run...
  • Slow, slow , slow TCPNet ...
    Hi, I'm using a MCB2368 board with both RTX and TCP Net over ethernet. I have a single tcp task that manages all my socket. The other task is a FTP server connected to a SD memory card and communicates...
  • 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...
  • 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;...