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
$> python minimal.py 3665 gives me the correct frequency when checked with logic analyzer. $> python minimal.py 3664 gives me a frequency of 6.25 MHz when checked with logic analyzer.
Any frequency below 3665 is totally bogus and the actual value seems random to me.
When checking self.frequency I get the closest to what was requested and that value does not seem to be off.
The text was updated successfully, but these errors were encountered:
I have a bunch of FT4232H and I'm trying to use the bit-banging feature in a HW test.
Given the following minimal example:
$> python minimal.py 3665
gives me the correct frequency when checked with logic analyzer.$> python minimal.py 3664
gives me a frequency of 6.25 MHz when checked with logic analyzer.Any frequency below 3665 is totally bogus and the actual value seems random to me.
When checking
self.frequency
I get the closest to what was requested and that value does not seem to be off.The text was updated successfully, but these errors were encountered: