• external interrupt in lpc2378
    hiii actually i conected 4 pin of keypad to port2 in my application one task should be continue and anathaer is depends on the keypad , when i press key then external interrupt is perform another task...
  • 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...
  • 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)....