• LPC932 I2C problem
    I connected EPM900 board and a Philip LPC900 MCU to test I2C communication. Address of Slave was set as 0xa0. The initial condition of master was I2CON=0x40(I2EN=1, others =0) slave was 0x44(I2EN,...
  • LPC932 I2C problem
    I connected EPM900 board and a Philip LPC900 MCU to test I2C communication. Address of Slave was set as 0xa0. The initial condition of master was I2CON=0x40(I2EN=1, others =0) slave was 0x44(I2EN,...
  • LPC932:baudrate generator interfere with I2C clock ?
    I meet a confusing problem... I have to use UART & IIC communication simultaneously. The internal SCL generator is selected for the I2C clock. data rate is 100Kbit/sec at fosc=12MHz. Baudrate generator...
  • LPC932:baudrate generator interfere with I2C clock ?
    I meet a confusing problem... I have to use UART & IIC communication simultaneously. The internal SCL generator is selected for the I2C clock. data rate is 100Kbit/sec at fosc=12MHz. Baudrate generator...
  • Debugging the LPC932 with EPM900
    Hello! Following problem. I intend to use the RTC of the LPC932 to create a delay function. Since it is a 23 bit counter it can count larger values to push the delay function from 1ms to 840ms using...