• EINT0 behavior at powerup lpc2387
    background: on a lpc2387 processor, we have a push button on EINT0 and when active the switch grounds the EINT0 p53 low. problem: if the push button is held down at at the time the processor is...
  • external LPC23xx project images
    I would appreciate confirmation that there seems to be no way to import an externally generated AXF file into the uVision environment for either programming or debug. I have several large projects implemented...
  • Interrupt vectors remapping on lpc23xx
    Hi, I'm trying to setup some application code to be used with a homemade bootloader . The bootloader is set up at the first sector , and my app at 0x1000. So I have to copy the interrupt vectors...
  • lpc23xx Interrupt - No documentation for VICVectCntl
    Hi ! From official doc for this device I cannot find the VICVectCntl definition : http://www.keil.com/dd/docs/datashts/philips/lpc23xx_um.pdf I see this register in Blinky Example code but...
  • problem with running External Interupt on LPC23XX
    I am new on ARM and I am using Keil micro vision v3 I had build an example for RTX kernel on NXP LPC2368. I have problem with running External Interupt. Can anyone help me and tell me how can I configure...