2012-08-02 04:54 AM
Hi,
we have the STM3220-G Eval Board. We tried the USB-VCP example in HS Mode. It works. But if we tried to use the example in FS mode windows said ''USB Device not recognized''. Did anyone tried this example in FS Mode with success? We are using ''STM32F105/7, STM32F2 and STM32F4 USB on-the-go Host and device library 2.1.0'' best regards #usb-vcp #stm3220-g-eval #usb-v2012-08-02 10:28 AM
A derivative of the VCP code (USB Host v2.1.0) has been run on a custom STM32F2 board using the VCP v1.3.1 x64 driver. The board only supports FS as I don't have an external PHY. The port mainly required the purging of the LCD and EVAL board specific code.
I have the following defines for the compiler : USE_STM322xG_EVAL, STM32F2XX, USE_STDPERIPH_DRIVER, USE_USB_OTG_FS, HSE_VALUE=160000002012-08-03 02:23 AM
Hi clive1,
that sounds good. Thank you. Maybe it is not possible to use USB-VCP in FS mode on my Eval board. Next two weeks i am on holiday. I hope that after my holiday our own board will arrived. Than i will test the code on our own board. I will write my result here. Maybe in meantime there is one who has the same problem with the STM3220-G Eval board. Edit 02.10.2012: USB VCP on our own board is working. So i think USB VCP in FS mode can't work on the evaluation board.