• LPC2888 DMA
    I am working on LPC2888 micro controller.I am using DMA channels for data transfers.How the controller will behave in this situation explained below. the device software want to read 30 bytes from...
  • RTX_Config LPC2888
    Hi, Does anyone have the RTX_Config.c for LPC2888 (Configuration of RTX Kernel for NXP LPC2888) Thanks, Kindest Regards, Widita
  • I2C for LPC2888
    Hi, Can anyone help me, Iam new to LPC2888. i required the application note for I2C or 'C' routines for I2C interfacing that will work fine for LPC2888. Thanks in Advance
  • LPC2888 DEVICE CONTROLLER
    I am using DMA mode while transferring a data through LPC2888 USB controller. I did not get any DMA interrupt. I followed USB sample software provided by keil for LPC2888 USB controller. I enabled DMA...
  • Debugging in Simulator LPC2888
    There is example: #include <LPC288x.h> int main(void){ PINS_3 = 0x03; return 0x00; } and file .ini $=0x10400000 In debug Simulator line PINS_3 = 0x03; causes(calls) interruption...