• 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;...
  • 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...
  • Interfacing external RAM with lpc2378
    Hi, I am using ARM7 - LPC2378. I want to interface the external RAM 6264 with lpc2378. Can i use EMC (External Memory Controller) of lpc2378. I dont know how to use that. Please tell me how...