I2C send 0x00 and 0xFF for sensor reset
Hi,
in order to reset my I2C sensor TLE493D-W2B6 A0 I need to send 4 bytes which consist of 0xFF->0xFF->0x00->0x00 . So no address or anything else, only the 4 bytes transmitted with 4 consecutive I2C accesses.
Now I am using a slightly modified version of the function I2C_Master_send_single in order to send these 4 bytes. The problem is though, that sometimes the function I2C_WaitOnMasterAddressFlagUntilTimeout returns an error because no ACK is received. The I2C module then goes into a fail state and is not able to perform further transmissions.
Is there any other possibility of sending the 0x00 and 0xFF bytes directly without address and without requiring an ACK?
Best regards
