Replies: 1 comment
-
I should add that I'm using a FT2232H mini-module with version 0.55.4 of pyftdi. the first transfer looks correct on my oscope. The second command that fails doesn't trigger my oscope at all. I'm going to connect an analyzer next and see if it sees anything wrong.I'm using the circuit described here - https://electronics.stackexchange.com/questions/651655/ft232h-clock-stretching-using-mpsse |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to use clock stretching, even with a device that doesn't clock stretch, the second read always fails, but if I repeat the "i2c.configure" command after every read, it works fine. Any idea what I might be doing wrong?
Thanks.
Example:
python
Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Beta Was this translation helpful? Give feedback.
All reactions