Manually sending an I2C stop command.
In the manual it says that a stop command will be sent with the next byte if the CR2 stop flag is high. Is there a way to send a stop command immediately rather than with the next byte? I'm asking because I have a section of code where I send a start command (with the slave address) and then I repeatedly send data. I would like to be able to terminate this data loop whenever I need to, rather that needing to write out another byte of data.

