• How to execute I2C Slave Address With ACK(0x18) using LPC2129?
    Hi Friends, I am trying to write I2C interface program between EEPROM & LPC2129, I have used switch statement for making the communication, I have made Start condition(0x08) successfully after that...
  • How to execute I2C Slave Address With ACK(0x18) using LPC2129?
    Hi Friends, I am trying to write I2C interface program between EEPROM & LPC2129, I have used switch statement for making the communication, I have made Start condition(0x08) successfully after that...
  • UART problems with LPC2129
    Hi, I am using hyper terminal to read and write data via UART0 with LPC2129. in my code if I run the reading task alone it works, if i run the writing task alone also works. If i use writing...
  • UART problems with LPC2129
    Hi, I am using hyper terminal to read and write data via UART0 with LPC2129. in my code if I run the reading task alone it works, if i run the writing task alone also works. If i use writing...
  • SPI problem with LPC2129 (using MCB2100)
    I have pull up resistors on the /SSEL pins of the SPI bus. I want to use the LPC2129 as master, let him send 10 bytes .. 1 time Ox55 and 9 times 0x00 but it seems not to work. Is there something wrong...