Skip to main content
Associate
July 5, 2024
Question

i2c address of Steval-ISB014V2

  • July 5, 2024
  • 1 reply
  • 836 views

I am using StevalISB014V2 for battery monitoring but in data sheet there is no i2c address , i need slave address, read and write address of this module.

1 reply

AScha.3
Super User
July 5, 2024

Seems there is  STC3115 controller , so from its ds:

AScha3_0-1720158487848.png

see:

https://www.st.com/resource/en/datasheet/stc3115.pdf

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
FaizanAuthor
Associate
July 5, 2024

But what exactly is the read address of the STC 3115, i didnt get it, if you know kindly tell me..

AScha.3
Super User
July 5, 2024

Read the basics about I2C .

R/W is just the LSB of the address , so 0xE1 = read , 0xE0 = write to =0xExx device.

If using HAL, its doing this for you , if on transaction a read or write is needed.

"If you feel a post has answered your question, please click ""Accept as Solution""."