• 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
  • 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...
  • Using RTC in LPC932
    I would like to know how can I use the internal RTC(real time clock) of LPC932. I need to count seconds, minutes, hour, days.. until year, but the internal RTC counter has only 16 bits.
  • LPC932 Float Header File
    Hi, I am trying to use a float number using microvision2 and the LPC932, but everytime I try to compile it does not. If I make the float number an integer instead, then it works fine. What do I need to...
  • 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...