USB Data Treatment VHDL

OP #4867344
Rate this post
useful
not useful
To utilize the USB port in a FPGA board via VHDL code, what are the 
.vhds/code that I need?  I suppose there is some type of 
template/pre-written code for treating output and input data; honestly, 
I can't imagine there is not one, writting the entire code each time 
must be tedious.

Can somebody pass them to me¿?
Guest #4867729
Rate this post
useful
not useful
For this task, I would use the micro-USB because it is an UART. This is 
very simple to move Data. The Big USB-A Port is connected to an 
Microcontroller, not to the FPGA. I am not sure if you can use this Port 
for arbitrary USB Devices. This Port is i think for just Mouse/Keyboard 
and the Microcontroller also handles the SD-Card im the Basys has an 
SD-Card-Slot. Oh and ... if you put an USB-Stick in this Port FAT32 
formatted with an FPGA Bitstream at its root, then you can configure the 
FPGA from there (boot the FPGA).

For moving Data you should use the micro-USB. It can go up to 12 MBaud.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now