I'm getting the occasional communication failure when communicating to an I2C mux part (PCA9543A). The error is when I generate a stop condition at the end of a transaction. Code: _lBool sendSTOP ( ) { _lBool bStatus = _FALSE; /* initiate STOP */ I2C1C..
↧