• LPC2888 DEVICE CONTROLLER
    i am working on lpc2888 device controller. while working on bulk pipes i did't send any data from the device to host on bulk pipe but host side shows that host received zero length packet on bulk pipes...
  • 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
  • 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...