I2C Fake tri-state generate a glitch which can be considered as a Start · Issue #405 · eblot/pyftdi · GitHub
More Web Proxy on the site http://driver.im/
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
Using the fake tri-state of the device on an I2c transfer generates a glitch in the SCL and SDA signal.
After some investigation, it comes from the _clk_input_data_input commands.
Replacing this command by _idle command, solves the issue.
Here is some pictures of the stop bits and the glitch.