Any examples of more general i2c messaging?
I've been trying to find examples of HAL-based i2c messaging, such as writing changing to reading without restart condition, and request-response messaging (= start, arbitrary number of bytes written, restart, arbitrary number of bytes received, stop...