In this tutorial I will cover how to implement USB CDC (Communication Device Class) in STM32 using both CDC Device, and CDC Host.
host
STM32 USB HOST HID
Today we will see How to use STM32 as a USB HOST to interface Human Interface Devices (HID). I will use both the Mouse and the Keyboard..
STM32 USB HOST MSC
To use STM32 USB as a host to interface any Mass Storage Device, for eg- flash drive, or a SD card, we need to use USB as a Mass Storage Class (MSC)..