• LPC2138 NXP
    I have LPC2138 microcontroller from NXP and I am using keil mdk compiler. I was trying to make program on keil compiler but I am unable to find device for my project from the nxp. I don't see my LPC2138...
  • LPC2138 NXP
    I have LPC2138 microcontroller from NXP and I am using keil mdk compiler. I was trying to make program on keil compiler but I am unable to find device for my project from the nxp. I don't see my LPC2138...
  • Startup.s for lpc2138
    I'm having trouble debuging the blinky example on my lpc2138 (MCB2130 board) The program is compiled from Eclipse using the arm-elf-gcc compiler with a startup.s file which comes from a blinky example...
  • Reprogram bootloader LPC2138
    Hello, I'm using the eval kit MCB2130 with the LPC2138. I wonder if it's possible to reprogram the bootloader via JTAG interface and how can I do that ? Thank you for your answer Sylvain
  • LPC2138 Timer0 Interrupt
    Can anyone tell me why my interrupt is not firing? The T0IR flag is set upon rollover of the TIMER0 32 bit timer, but my code is not vectored to the interrupt code. My variable 'system_timer' never gets...