• ADuC843 problems
    Hello, I am using ADuC843. The code size had crossed more than 23KB (AduC843 has 62KB ROM) and i have enabled 2K XRAM. But the problem is while executing the system getting hanged and the unit gets...
  • unused pins in ADUC842/ADUC843
    I am using ADUC842/ADUC843 Micro controller. how should I connect the unused pins? Regards, Mayuri
  • testing I2C master and slave
    hi there, i am using a Philips SAA56XX MCU on it are 2 I2C port i have connected these 2 port together Port1<---->Port2 i configured Port1 to be Master and Port2 to be Slave with address 0x70...
  • i2c slave drivers in C
    Hi, Does anyone have, or knows where to find I2C Slave drivers in C for 87 LPC 76x or compatible uC with bit oriented I2C ( like 8xC751 ) ? If possible interrupt driven. ( I can't manage...
  • I2c slave on 8051
    Hi I wanted to implement I2C slave functionality on 8051,using bit banging method. I have seen programmes to implement I2C master. Can anybody, please let me know does such type of code is available...