FPGA-ftdi245fifo icon indicating copy to clipboard operation
FPGA-ftdi245fifo copied to clipboard

FPGA-based USB fast data transmission using FT232H/FT600 chip. 使用FT232H/FT600芯片进行FPGA与电脑之间的高速数据传输。

Results 7 FPGA-ftdi245fifo issues
Sort by recently updated
recently updated
newest added

Hi, I copy-past the verilog code inside my fpga. For info i use one UM232H board (FT232H chip) connected with one Digilent CMOD Board (fpga xilinx artix7). 8bits and 16bits...

Does this code require custom programming of the FT232H's EEPROM, e.g. via the FTDI prog program, or can it work with new stock FT232 as is? The reason I ask...

I have this core implemented in a Zynq with a DMA implemented to send and receive data from the FTDI core which is connected to an FT601. However, sending data...

大佬,你好,我用了你的IP和顶层loopback,硬件上使用以FT232h为核心的CJMCU-232H模块,和xilinx的spartan-6 开发板(黑金AX309),用usb_loopback_simple.py发送16字节时收发数据是一致的,但是在usb_loopback_mass.py里连续收发数据会出现不一致的情况,(txdata and rxdata mismatch), 想问一下会是什么原因呢

Hello @WangXuan95 and thanks for this IP, it saves me a lot of time. I've ported your code to Verilog. I'm working on a ECP5 Lattice, running at synchronous mode...

The D3XX DLL seems to freeze when calling readPipe() after having already called readPipe() with return status timeout error. The timeout happens because usb_loopback_simple.py attempts to receive twice as many...

Hello, It will be helpful update the usb_rx_mass program in Python to verify the data read on a host match the data generated by the FPGA logic ? Currently, it...