This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VE-Q1: i2C issues

Part Number: TDA4VE-Q1

Hi,experts

    We used rtos sdk version 8.5 and found that the i2c API Board_i2c8BitRegRd will be an extra stop.The waveform is as follows, please tell me how to remove the stop bit?

    pdk_j721s2_08_05_00_36/packages/ti/board/src/devices/common/common.c

    Board_STATUS Board_i2c8BitRegRd(void *handle,

                        uint32_t slaveAddr,
                        uint8_t regAddr,
                        uint8_t *regData,
                        uint8_t numOfBytes,
                        uint32_t i2cTimeout)
   Best regards