TM STM32Fxxx HAL Libraries  v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle

USB Host library for STM32Fxxx devices - http://stm32f4-discovery.com/2015/08/hal-library-21-multi-purpose-usb-library-for-stm32fxxx/. More...

Modules

 TM_USBH_Macros
 Library defines.
 
 TM_USBH_Typedefs
 Library Typedefs.
 
 TM_USBH_Functions
 Library Functions.
 

Detailed Description

USB Host library for STM32Fxxx devices - http://stm32f4-discovery.com/2015/08/hal-library-21-multi-purpose-usb-library-for-stm32fxxx/.

This is a USB HOST library and is used always when USB HOST is used in project.

Note
Check TM_USB library for configuration settings first!

Its main purpose is to handle and check for HOST connections, to read data from connected device to STM32F4/7xx.

Main features
- Starts USB HOST on FS, HS or both modes
- Stops USB HOST on FS, HS or both modes
- Restarts USB HOST on FS, HS or both modes
- Processes incoming/outgoing data for USB HOST on FS, HS or both modes
- Checks if device is connected on FS or HS mode
- Reads VID and PID of connected device on FS or HS mode
Changelog
 Version 1.0
  - First release
Dependencies
 - STM32Fxxx HAL
 - defines.h
 - TM USB
 - USB Host stack