Forum Discussion
AWhit33
New Contributor
6 years agoIs there a USB library for HPS of Cyclone V SoCFPGA?
I'm planning a project to create a device based around a Cyclone V SoCFPGA. It will use the HSP USB as a USB device that connects to a host computer. I'm trying to find a USB library for this chip. I...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
there is no USB device support in HWLib.
You can use Linux to get the full support of USB devices. When you compile your Linux kernel, you can find plenty of USB drivers when using menuconfig to enable/disable your system drivers.
Thank you