23-USB-HID_Host-Library (STM32F429)

Mit dieser Library kann eine USB-Maus oder eine USB-Tastatur am USB-OTG-Port vom Discovery-Modul betrieben werden.

die Library ist zu 100% kompatibel mit der vom STM32F407 aus dem Grund bitte die Details wie die Library benutzt wird dort nachlesen : LINK

Hinweis : hier tritt der gleiche Fehler auf wie bei der F407-Version…ab und zu kommt es vor, das das Device nicht erkannt wird (rote LED geht an) dann einfach den Reset-Button drücken, bis es geht…leider hab ich immer noch keine Ahnung was das ist.

Benutzte Pins :

1
2
3
4
5
PB13  -> USB_OTG_VBUS
PB12  -> USB_OTG_ID
PB14  -> USB_OTG_DM
PB15  -> USB_OTG_DP
PC4   -> USB_VBUS_Enable

Hier die Library zum Download :

usb_hid_host_f429_v100

Hier der komplette CooCox-Projektordner zum Download :

Demo_F429_23


2 Antworten auf 23-UBS-HID_Host-Library (STM32F429)

  1. Tim sagt:

    Good Day – sorry , my German is no good !
    Very nice USB Library (UBS HID_Host library (STM32F429)). I would like to use the library on the ‘other’ USB port – Using PA12 and PA11 – would it be possible to do this ? Do I modify the initialise routine ?

    I am using the STM32F415 in QFP64 package

    Thanks for your time !
    Regards
    Tim Duncan

    • admin_ub sagt:

      just use the F407 code for usb-hid from here. In this code the other usb port is used and should work also on the F429.


Wie hat Dir dieser Artikel gefallen?

1 Stern2 Sterne3 Sterne4 Sterne5 Sterne (Noch keine Bewertungen)
Loading...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert