-
Beta Was this translation helpful? Give feedback.
Answered by
ttmut
Aug 5, 2024
Replies: 1 comment 3 replies
-
Seems like I2C driver sends a STOP condition (orange squares on the logic analyzer output) after each msg[0].flags = I2C_MSG_WRITE | I2C_MSG_STOP; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is also true.
There is a note in API docs that warns against such cases.
zephyr/include/zephyr/drivers/i2c.h
Lines 175 to 182 in 8f9148e