Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFT2232H write from PC to FPGA not working
I am now using the FT2232H usb chip in FT245 Sync Fifo mode. I tried to write some bytes from PC to FPGA and then read them back. But the following code is not working: what I read back is always 0x5...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I believe D_Readed needs to be a registered signal, not a variable. --- Quote End --- I have tried to change D_Readed to a registered signal, but the result is the same. I stuck in this problem for a long time.