I have problems to setup a communication over I2C with my MCU and a STWLC33 on a STWLC33JRF eval board. The data sheet of the STWLC33 has errors. See details.
Chapter 8.5 says write the register value as two bytes (Low and High), but all pictures and descriptions later sends only one byte for the register value. Whats correct?If I send START ADR(WRITE) REG START ADR(READ) VALUE STOP the ADR byte is acknowl...