• external interrupt in lpc2378
    hi to all , i m using external interrupt 3 in lpc 2378 but when external interrupt is execute that time it gose into that isr routing that time it is not perform anather task. why ? it is possible...
  • Simulation of External Interrupt whith LPC2378
    Hello, I'm triyng to simulate an external interrupt with the LPC378 but it doesn't work. I already saw other threads about this problem. It seem's to work with MCB2100 with a .ini file but it...
  • LPC2378: Interrupts
    Hi I use an LPC2378 and try to timer1 to generate an interrupt, but it not happen. VIC begin: static void initVIC(void) { uint32 *vect_addr, *vect_prio; int i = 0; VICIntEnClr = 0xFFFFFFFF;...
  • configure external memory in lpc2378
    I am working on MCB2300 (with LPC2378 processor). This processor supports external memory and it has got two banks (at locations 0x80000000 and 0x81000000 respectively with each having size of 64K)....
  • external Flash and RAM with LPC2378
    Hi! I have MCB2300 board. Now I would like to do an own board. I need fast storage data, so I chose for external SRAM (I need at last 128kB) with battery. I also need DataFlash. 1.) Have anyone...