SNVSCV4 September 2024 LM3645
PRODUCTION DATA
Every byte put on the SDA line must be eight bits long, with the most significant bit (MSB) transferred first. Each byte of data has to be followed by an acknowledge bit. The acknowledge related clock pulse is generated by the master. The master releases the SDA line (HIGH) during the acknowledge clock pulse. The LM3645 pulls down the SDA line during the 9th clock pulse, signifying an acknowledge. The LM3645 generates an acknowledge after each byte is received. There is no acknowledge created after data is read from the device.
After the START condition, the I2C master sends a chip address. This address is seven bits long followed by an eighth bit which is a data direction bit (R/W). The LM3645 7-bit address is 0x65. For the eighth bit, a '0' indicates a WRITE and a '1' indicates a READ. The second byte selects the register to which the data is written. The third byte contains data to write to the selected register.