You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your ulpi_serial module to implement a simple usb fs peripheral. I am using it on an Artix A7 FPGA. I have no problem with the compilation. On connecting, Windows recognises that a device has been connected and tries to enumerate it but always fails. I could use the Xilinx ILA to see that the usb device receives the GET_DESCRIPTOR request and also sends an acknowledge by writing 0x42 to the ULPI chip. It appears though that the necessary USB transmission is never generated as the PC keeps repeating the GET_DESCRIPTOR message till the whole operation times out.
My PHY is a USB3300. Did you guys face any similar issues whe trying to get USB to work? Any tips would be appreciated.
Regards,
The text was updated successfully, but these errors were encountered:
I am using your ulpi_serial module to implement a simple usb fs peripheral. I am using it on an Artix A7 FPGA. I have no problem with the compilation. On connecting, Windows recognises that a device has been connected and tries to enumerate it but always fails. I could use the Xilinx ILA to see that the usb device receives the GET_DESCRIPTOR request and also sends an acknowledge by writing 0x42 to the ULPI chip. It appears though that the necessary USB transmission is never generated as the PC keeps repeating the GET_DESCRIPTOR message till the whole operation times out.
My PHY is a USB3300. Did you guys face any similar issues whe trying to get USB to work? Any tips would be appreciated.
Regards,
The text was updated successfully, but these errors were encountered: