Skip to main content
galrub
Associate
January 19, 2012
Question

Translating the Custom-HID USB example to the F4 Discovery

  • January 19, 2012
  • 4 replies
  • 1112 views
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
This topic has been closed for replies.

4 replies

mard
Visitor II
January 22, 2012
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
Visitor II
January 27, 2012
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
galrubAuthor
Associate
February 3, 2012
Posted on February 03, 2012 at 21:16

Wonderful, works, thumbs up!

iamhighlander
Visitor II
December 7, 2012
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.