FX3 issue

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

cross mob
Anonymous
Not applicable

Hi, I was wondering there is a sample project for interfacing a basic image sensor with PCLK (external clk, coming from sensor), LV, FV, and 16-bit data width. The UVC example is overkill, I don't want UVC, but rather just reading the image data and transfer it via isochronous endpoint. I've been creating my own project looking at some of the sample projects as a reference, but I think I am missing something, probably simple. I need a project analogous to reading 16-bit ADC data, but strobing it with line valid and frame valid signals.

   
        
0 Likes
4 Replies
Anonymous
Not applicable

 By the way, I'm using the CYUSB3KIT-003 board.

0 Likes
Anonymous
Not applicable

 Hi,

   

Please refer this Thread.

   

http://www.cypress.com/?app=forum&id=167&rID=106866

   

I have attached a firmware for reading the raw data from the sensor and transferring it to the PC.

   

In the firmware, in uvc.h file you can enable / disable the "CY_DRIVER" macro to toggle between Non UVC and UVC.

   

Regards,

   

- Madhu Sudhan

0 Likes
Anonymous
Not applicable

 Thanks, I'll take a look at that. Do you have the GPIF II designer project used as well? Or does it use the same one from the original UVC example code?

0 Likes
Anonymous
Not applicable

 Yes. The state machine is same as that of UVC Example.

   

Regards,

   

- Madhu Sudhan

0 Likes