Hello,
I am attempting to get basic LPI2C conversations going and am having some difficulty. I'm still trying to determine if the issue is hardware or software related.
I send a valid I2C write, but after the initial address byte I get a NACK, and that's the end of it.
The slave is connected and has an address matching the address written to.
I've tried blocking and non-blocking sends, and tried with and without stop bit. I am using SDK 3.0.3.
Here is an example with stop bit between sends:

One thing I am curious about is when I compare this to a PIC i2C demo board, there is quite a gap between data bytes: I guess that's just up to the slave. But how do you control this duration for master writes, using the SDK?
