I want to generate a write (for a command) without STOP followed by a read with a repeated START.
When I use LPI2C_RTOS_Transfer to send a transfer with kLPI2C_TransferNoStopFlag set, I see the STOP condition is generated on the I2C bus as though kLPI2C_TransferDefaultFlag were set.
Has anyone else seen this and/or know how to fix?
A workaround would be to make the command subaddress, but I would need to ignore the NAK that the slave sends when it has received the command.