We developed a custom board based on CC1352P.
SimpleLink SDK 5.20.0.52.
Board is connected to an external sensor, I2C used for communication.
On I2C read, 500us is required after writing the register address and before reading the response ( See below sensor datasheet I2C command)
W/o delay response data is not valid.
There is no option to add such delay on SimpleLink I2C SDK.
Any idea how this can be resolved?