You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The async I2C write_read command skips the last byte of the specified send buffer, unless the buffer contains only one byte.
Everything works correctly when the command is split into separate write and read.
MCU: STM32F407VGT which uses I2Cv1 implementation
Here are some commands and the resulting logic analyzer traces:
The async I2C write_read command skips the last byte of the specified send buffer, unless the buffer contains only one byte.
Everything works correctly when the command is split into separate write and read.
MCU: STM32F407VGT which uses I2Cv1 implementation
Here are some commands and the resulting logic analyzer traces:
The text was updated successfully, but these errors were encountered: