cancel
Showing results for 
Search instead for 
Did you mean: 

Translating the Custom-HID USB example to the F4 Discovery

galrub
Associate
Posted on January 19, 2012 at 18:19

Hello, I'm very new to this and I was wondering if anyone can give me some pointers on how to migrate this code the F4 discovery board, the original was written an EVAL board.

the code is a part of

http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/um0424.zip

 library package.

Thanks in Advance,

G

#stm32f4-discovery #usb-custom-id-demo-product-id #custom-usb-hid #usb
4 REPLIES 4
mard
Associate II
Posted on January 22, 2012 at 01:01

It

is a big

coincidence

, I just

working on it! 🙂 But your link is Full Speed application only. I like to write the general FS/HS application.

mard
Associate II
Posted on January 27, 2012 at 13:37

Uff.

Good news:  the Custom USB HID demo for STM32F4 Discovery kit is working!

The demo application is available at

http://mcu.cz/comment-n2848.html

Application is compatible with the USB HID Demonstrator from ST website.
galrub
Associate
Posted on February 03, 2012 at 21:16

Wonderful, works, thumbs up!

iamhighlander
Associate
Posted on December 08, 2012 at 00:25

Hi,

So, I've been reviewing your work to convert this custom HID example.  First off, let me say thank you and great job.

Now I have a need of a custom HID driver as well.  The basic gist of my need is that I am going to use the board to sample some power data and pass it to the PC.  Basically I need an HID driver that sends big chunks of data at regular intervals.

Do you have any recommendations on where to go?  I've looked over the usb.org HID stuff and other sources and I just can't get a grip on it.  And help would be greatly appreciated.

Thanks.