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 :
Hier der komplette CooCox-Projektordner zum Download :
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
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.