2013-08-28 01:51 AM
Dear Sir,
I've just started using stmf3 discovery board. I'll be doing usb programming. Kindly tell me how can I run usb firmware examples on this board using Keil.Any help will be appreciated.2013-08-28 05:04 AM
You'll probably have to port them by removing the features/code of the EVAL series boards so they will work on the DISCOVERY series. Change pin assignments, etc.
Load the project examples into Keil, review your target options.2013-08-29 08:14 AM
Thanks for your reply.
But such modification itself is a huge task to start with USB programming. Isn't there any available set of usb examples for the discovery board.I need to start with virtual com port and HID. It would be very helpful if you can give any such link.2013-08-29 08:37 AM
It's a straight forward porting task, if it's too complicated buy one of the EVAL series boards, or bid it out.
http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252996
http://www.st.com/web/en/catalog/tools/PF252995
STM32F3-Discovery_FW_V1.1.0\Project\Peripheral_Examples\USB_Example''This example provides a description of how to use the USB-FS-Device on the STM32F30x devices.The STM32F30x device is enumerated as an USB-FS-Device Mouse, that uses the native PC Host USB-FS-Device HID driver.
This example shows how the board is recognized as standard mouse and its motion will also control the PC cursor.
The LSM303DLHC MEMS accelerometer device mounted on the STM32F3-Discovery board is used to emulate the Mouse directions.''
2013-08-31 01:17 PM