• No I2C interrupt with LPC2387
    I know I must be making a simple error, but it's eluding me. I had the I2C working fine on the MCB2300, but now I've moved it to my own board which is very similar to the MCB as far as the I2C is concerned...
  • No I2C interrupt with LPC2387
    I know I must be making a simple error, but it's eluding me. I had the I2C working fine on the MCB2300, but now I've moved it to my own board which is very similar to the MCB as far as the I2C is concerned...
  • Brownout Interrupt Handling for LPC2387
    Hi, How to generate an interrupt if brownout detect occurs. Using the RSIR(Reset Source Identification Register) register i can find which reset occurs. If Brownout detect occurs how to generate an interrupt...
  • Brownout Interrupt Handling for LPC2387
    Hi, How to generate an interrupt if brownout detect occurs. Using the RSIR(Reset Source Identification Register) register i can find which reset occurs. If Brownout detect occurs how to generate an interrupt...
  • I2C with LPC2387
    Hi, I am working on MCB2300(LPC2387). I have used its sample code for Temperature sensing using I2C and its working fine. Now I have connected EEPROM (AT24C02) with microcontroller to store some...