USB 2.0 protocol implementation

Thread Starter

engr_david_ee

Joined Mar 10, 2023
362
I was discussing a student project last week with a friend of mine which is interested in USB 2.0 protocol implementation. There is a USB host which can be FPGA SOC/MCU. The data need to be send to the USB device at the maximum possible rate. Do we have simulators in which we can implement the USB 2.0 protocol to transfer the data bytes. I mean if we don't have a real hardware and would like to implement the USB 2.0 protocol.
 

Papabravo

Joined Feb 24, 2006
22,082
I've never heard of one. The best advice I can give you for this project it to get a USB protocol analyzer to help you with debugging the negotiation process. In my case I also had to become an expert in cleaning up the Windows Registry every time the negotiation process with the Windows Host went sideways. This is not easy stuff, prepare yourself for some struggle.
 
Top