• 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...
  • 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 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...
  • LPC2888 I2C initialization problem.
    Hi, I am working on a design based on LPC2888, wherein an application requires I2C communication. Somehow I am not able to get the I2C clock, in spite of having loaded the I2CCLKHI and I2CCLKLO...