• 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 microcontroller
    hello sir, my email id is mk_sabeel@yahoo.co.in i am an udergraduate student, currently doing my project on lpc932 microcontroller as part of my academic curriculum. i am using flash magic and...
  • LPC932 watchdog
    Hi! I'm using Flashmagic V1.87 for programming the LPC932. Programming works pretty fine until i set the 'enable watchdog' bit in the device configuration window. I have problems entering bootstrap...
  • 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 and Keypad interface
    Hi, I am trying to interface a 4x4 Matrix keypad to the lpc932. I am using its keypad interrupt function. I am also using the application note AN10184 as guidance for code, but I have modified it for...