• baudrate for lpc932 microcontroller
    I am using 2.00 mhz crystal as an external oscillator for p89lpc932 microcontroller. how should i calculate 9600 baudrate if divm value is 0x00 & am using independant baudrate generator
  • Baudrate Generation
    Hi, I want to create a Function to approximate a custom Baudrate. The Function depends on two Variables: Baudrate = f(x,y) = (FDV * 40) / (8192 * (BG + 1)), FDV = 1..511, BG = 1..8192 Unfortunately...
  • 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 Clock Speed
    Hi, is there any way to reduce the internal clock speed to reduce power comsumption. Right now I have it set up for 7.373MHz, but I would like to reduce the speed...say below 4MHz...where can I find info...
  • I2C & SPI (SSC) modules interfere
    I am using I2C and SSC modules. The code for the SPI bus is from infineon and 'DAvE'. On there own they work fine but when i access devices on both buss at the same time the I2C module appears to crash...