Hi,
I am trying to get the status from a I2C transmission. But the Wire.endTransmission() always returns a zero.
It is not a problem of the wire library, because I can find the same problem using code composer studio using the TI compiler as well with the Gnu Compiler.
On the osciloscope I can see that the Master sending, bit 9 has a nack, no bytes are send afterwards, so the cpu knows it isn'r right but the I2C Master Control/Status register only gives Idle(32), also ROM_I2CMasterErr returns a 0
I have tried:
uint8_t sendTxData(unsigned long cmd, uint8_t data) {
d