CYUSB3KIT-003 EZ-USB® FX3™ SuperSpeed Explorer Kit

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

cross mob
Anonymous
Not applicable

Hello,

i use SuperSpeed Explorer Kit on usb 2.0.+AGB3N0CS-GEVK( adapter board)+AS0260-DEMOHEAD.

How can i use 1080 x 1080 configuratione at 20 fps?

I use register wizard to generate this configuration....but it does not work

best reagrds,

Francesco

0 Likes
1 Solution
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

Hi Francesco,

Hardware check:

- Please take a look at the GPIF II Designer project. In the interface definition, you can see which GPIOs are used for FV, LV, PCLK and data lines.

Make sure that your setup (interconnect board + image sensor) is according to that.

You can also probe these lines to check if you are getting the signals(PCLK, FV and LV) as expected.

Firmware check:

- In the uvc descriptors, check /* Class specific Uncompressed VS format descriptor */ and /* Class specific Uncompressed VS frame descriptor */ - make sure that the values entered here correspond to the resolution and speed at which image sensor is giving the data out.

- Then check glProbeCtrl (probe control structure) for frame size and frame interval

- Then check whether you are getting CY_FX_USB_UVC_SET_CUR_REQ for CY_FX_UVC_COMMIT_CTRL

(please refer to AN75779 firmware code for what I am referring to)

There is a switch case in the firmware where this request is handled - this is where image sensor is also configured to that particular resolution.

You can put debug prints to see whether you are getting this request.

Regards,

Hemanth

Hemanth

View solution in original post

0 Likes
7 Replies