2024-07-04 10:15 PM
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.
2024-07-04 10:49 PM - edited 2024-07-04 10:50 PM
Seems there is STC3115 controller , so from its ds:
see:
https://www.st.com/resource/en/datasheet/stc3115.pdf
2024-07-05 01:06 AM
But what exactly is the read address of the STC 3115, i didnt get it, if you know kindly tell me..
2024-07-05 01:16 AM
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.