• NXP LPC2000 Pack
    Hi, I have an older NXP LPC2000 project completed with a different toolset. It is a LPC 2468 device. I am doing feasibility of transfering it to Keil. But for starters, I wanted to install LPC...
  • Where to find FIFO library for CMSIS
    I am using Cortex-M series microcontroller and wrote my own FIFO implementations. Is there any CMSIS libraries that support common data structures like FIFO so i don't have to write my own? Obviously...
  • LPC2000 nested Interrupts /Realview
    Dear People, I am interested to use the Nested Interrupt in Software in a simple way shown in Examples, but in current RealView Tools it is not possible to access the Registers SP, LR, PSR via Inline...
  • ARM LPC2000 GPIO problem
    I have a problem reading input pins on the LPC2138. I used the following assignment in the Keil uVision3 and got the following error: CODE FRAGMENT unsigned int Key_0=IOPIN1& 0x00080000; // Read input...
  • For a example of ucos at LPC2000
    Hi,everone! Could anyone privide me with a example of ucos at LPC2100?