2009-11-13 02:55 AM
I need help for USB video Class
2011-05-17 04:29 AM
I need help for UVC. I will do a project with STM32F103xx.
1. A RF module get jpg pictures,2.4G HZ; 2. ST control RF via SPI; 3. PC'OS is windows,then ST will be a UVC device; I find some code for lpc2368, it's a uvc demo. http://cortexm3.googlecode.com/svn/trunk/ST/Project/USB_UVC_LPC How to? Thank you.2011-05-17 04:29 AM
Hello goway,
now the USB library is on the web, take one of the examples, change the descriptors according to the LPC example (having your own VID, PID pair) and connect your SW to the USB API. I don't tell it's easy, but starting from a working example is fair.