Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello! :-)
I'm new to I2C and want to implement a RTC to my project. My question is relating to the output of the i2c bus.
DS3231 wants me to send a byte with the slave address, a byte with the register address and the data byte.
When i use the sciSend function, which HalCoGen creates for me, does it automatically send the slave adress and writes the R/W Bit into it? So, do I only need to send register address and data?
Thanks for your help,
Greetings