Specifications

Getting Started with FX2LP™
www.cypress.com Document No. 001-65209 Rev. *B 21
Figure 27. Adding a String to VID and PID of Bulkloop Project in cyusb.inf
Point to the modified cyusb.inf file when FX2LP re-enumerates with VID and PID provided in the Bulkloop example project.
Following is the snapshot of FX2LP DVK after binding it with the modified cyusb.inf.
Figure 28. FX2LP Device with the Name Given in the cyusb.inf
1. Bulkloop example uses total four endpoints.
Endpoints 2 and 4 are configured as BULK OUT endpoints.
Endpoints 6 and 8 are configured as BULK IN endpoints.
2. Data is looped back from endpoint 2 to 6 and 4 to 8.
Following snapshot shows you the transfer of 10 bytes data to Endpoint 2 using the CyConsole. “Bulk Trans” button available
on CyConsole is used to perform bulk or interrupt data transfer on selected pipe.
The data transferred to EP2 is as follows: 1 2 3 4 5 6 7 8 9 10
You can observe the Bulk OUT tranfer getting sucessful in the message window of CyConsole.