-
Hi, since FT232H and FT2232H are very similar chips, does this program support 2232?
If not, would implementation have high effort?
mrv96 updated
9 months ago
-
Hello,
today I observed a possible hang that might occur when the FT2232H is left in a certain state by another software. The problem can be reproduce with the following:
1) program a fpga using the…
GbGp updated
6 months ago
-
Hi there, we are interfacing the FT2232H with a slave device using pyftdi, using SPI for communication. We can write to the device, and it responds correctly on the logic analyzer. However, the ret…
-
I 1st tried ft232h-app to enable SPI but got a kernel crash. See dmesg.txt
I also saw this error, so I tried manually inserting the modules, but it didn't make a difference
_cat: /tmp/irqper: No su…
-
Added software flow control but the UART drops characters.
Add ILA into FPGA to better understand why.
m1geo updated
2 weeks ago
-
Hi, I was trying to use your tool with a generic FT2232H breakout board. The board is detected under the "Probe" menu and I can select it, but when I run "JTAGChain" "Get ID" I get "Error: No device f…
-
Hello,
I noticed some strange behavior when trying to get dual I2C masters working on an FT2232 Mini-Module. On the second execution of the following code, the clock frequency is much higher than f…
-
[formater_error.txt](https://github.com/Vinrobot/vscode-vhdl-formatter/files/6356730/formater_error.txt)
**strange indent:**
REPORT "-------------------------------------------------------…
-
I'm testing out the FT2232H support in the latest release using [stats.py](https://learn.adafruit.com/adafruit-pioled-128x32-mini-oled-for-raspberry-pi/usage) (because I have lots of oled displays on …
-
I use the library with FT2232H chip ( http://www.ftdichip.com/Products/ICs/FT2232H.html ) which has two MPSSE interfaces.
Now only one is supported in the library, IFACE_A is hardcoded here:
https:/…