This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How address mapping can be done while interfacing 8051 using I2C protocol

Hi
I want to connect many devices like Serial EEPROM, ADC,DAC,RTC and many other I/O devices to 8051.

My question is how address mapping can be done ? How to address them??

Please reply i am in need.

Parents
  • do not even think of bit-banging.

    Oh, pfffft. Where's your sense of adventure?
    my "sense of adventure" went away the day, long ago, when somone told me that code designed to be reliable is better than tested code.

    Oh, yes, I bit-banged IIC in the olden days, before the chipmakers made it obsolete, but would not even dream of doing so today.

    Next you'll be suggesting that he abondon the '51 altogether and opt for an embedded Windows CE system and where .NET can solve all problems. ;)
    chips with HW IIC (which can be had for less than $1) are not made by Microsoft.

    There is a huge difference between taking advantage of hardware that makes your thingy smarter/better/faster and implementing something in the belief that a '51 can be a universal solution to everything.

    Erik

Reply
  • do not even think of bit-banging.

    Oh, pfffft. Where's your sense of adventure?
    my "sense of adventure" went away the day, long ago, when somone told me that code designed to be reliable is better than tested code.

    Oh, yes, I bit-banged IIC in the olden days, before the chipmakers made it obsolete, but would not even dream of doing so today.

    Next you'll be suggesting that he abondon the '51 altogether and opt for an embedded Windows CE system and where .NET can solve all problems. ;)
    chips with HW IIC (which can be had for less than $1) are not made by Microsoft.

    There is a huge difference between taking advantage of hardware that makes your thingy smarter/better/faster and implementing something in the belief that a '51 can be a universal solution to everything.

    Erik

Children