How to add vendor commands?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I'm trying to configure fpga using fx3 connected between Mobile Device and FPGA board.

   

And I am doing that by refering to the Manual "Configuring an FPGA Over USB using Cypress EZ-USB FX3".

   

By looking at "Integrating the Configuration Firmware Into Your Design" in the manual, it says "Add the support for vendor commands and events as they are implemented in this example", and I don't understand what it means.

   

How to add the supports for vendor commands in my design?

0 Likes
1 Reply
Anonymous
Not applicable

Host application for configuring the FPGA will interact with the device with USB requests and events. Refer to CyFxSlFifoApplnUSBSetupCB() where we are handling set of vendor commands(CY_U3P_USB_VENDOR_RQT) and setting some events.

0 Likes