We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
If you use a I2C interface, then you should note that I2C is also a bus. You will issue serial data that represents the address of the chip to talk to. Then you will issue serial data to write to the addressed chip.