Slave Device (without automatic address)

Status
Not open for further replies.

ansh11

Member level 4
Joined
Feb 27, 2018
Messages
71
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
659
I am asking this question just for study purposes. Most i2c devices automatically increment the register address like DS1307. Is there any i2c device in which this doesn't happen? I can't find type of i2c device on google
 

It's not a matter of "type of i2c device". It rather depends on the implemented register map and how it can be accessed effectively. RTC and memory devices have continuous register files, they can be best accessed by auto increment. Respectively they are designed with this feature.

Temperature sensor LM75 has in contrast 4 different registers without auto-increment, also many ADC devices are designed similarly.
 
Reactions: ansh11

    ansh11

    Points: 2
    Helpful Answer Positive Rating
Temperature sensor LM75 has in contrast 4 different registers without auto-increment, also many ADC devices are designed similarly.
Thanks FvM
Can you name more devices I want to read the datasheet for further knowledge?
 

TI ADS1113. You can identify it yourself by considering which devices take advantage from auto-increment and which can be more effectively accessed by keeping the selected address.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…