2018-07-16 12:11 AM
I am new to STM32. I am using STM32F103RG. I need to configure STM as USB Host and I will connect HID device. I need USB host HID library for Keil Vision V5.25.2.0
#usb-host-hid-library #usb-host-hid-generic2018-07-16 06:30 AM
Hi
dhanapal.rajendran
,Welcome to the STM32 world
The STM32F103RG MCU embeds aUSB 2.0 FS device interface.It does not provide host capability.
I advise you to have a look on
https://community.st.com/0D50X00009XkVtDSAV
'USB hardware and PCB guidelines using STM32 MCUs' in order to have an idea about theUSB peripheral implemented on our STM32 MCUs.Khouloud.