Forum Discussion
Altera_Forum
Honored Contributor
17 years agoCyclone III development board and USB FT245BL
Hi, I currently develop with the cyclone III development board (EP3C120N). The board features two USB chips. The Cypress chip is used for the byteblaster logic and as I understand the documenta...
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- but I just like to play with the USB chip on the devkit to see whether the latency of a USB connector would be feasible for my application --- Quote End --- For an FTDI-fifo application, even for the smallest write or read, you have to incorporate a latency of 1ms for writes, 2 milliseconds for reads. These are the minimum values that can be set in the driver. So you really must transfer big enough chunks of data before you get some interesting bandwidth. Stefaan