Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFast & Large block data transfer over USB - DE1/DE2 ?
Hi I have a DE1 fpga module, which has a single USB port that seems to be dedicated to programming. Is it possible to use it to do fast, large block data transfers over the USB ? I see quite a ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I assume something is holding it reset. --- Quote End --- You can test this theory by *not* using a reset signal in your design, eg., if there is a port called ext_rstN that you are using like rstN <= ext_rstN, just change it to rstN <= '1'; And if your design works, then you know the external reset is staying asserted. If you look at the Morph-IC-II schematic, the reset signal is likely coming from a FT2232 GPIO, and when you load via USB-Blaster, you do not deassert that pin, so you'll need to write a program to assert/deassert the reset GPIO. Cheers, Dave