regarding start of frame packet in USB

Status
Not open for further replies.

arun397

Junior Member level 2
Joined
Aug 6, 2009
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,407
hi,
i have earlier posted few posts regarding my project USB device core on a FPGA ......
i would like to know whether a SOF packet is required to be added(written) in the code for a USB device ...............
thank you.........
 

Devices do not generate SOF. Only Hosts (root controllers and hubs) generate SOF. If you build a full speed (12 Mbps) device, the Host will send SOF to your device.

If you are building a Host (for example, for communicating with a USB device such as memory stick): low speed (1.5 Mbps) does not generate SOF, full speed (12 Mbps) must generate SOF.
 

    arun397

    Points: 2
    Helpful Answer Positive Rating

so u say i need to include it in my code to receive SOF from the host.........
i did not get u exactly can u be more clear please..........
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…