The IC starting sequence is as follows.
■ Starting sequence
1. Turn on the power of the LDC
2. Wait a few milliseconds. (3ms)
3. Start I2C communication (turn on EN in another buffer)
4. Write the LDC initial settings from the MCU.
5. Read the external sensor data. (I2C communication)
■ Problem
Without the second process, an error will occur in which the sensor data cannot be read.
It is known that communication will succeed if a waiting time of 3ms is inserted after starting the LDC.
(Communication error occurs when waiting time is 1ms ~ 2ms)
■ Question
Communication is successful if you put a waiting time of 3ms after starting LDC.
Is this because of the Twakeup time below?
If Wait is required from the start of LDC to the writing of the initial value setting, please let me know if there is an appropriate Wait time.