This tutorial will cover how to make WavePlayer using STM32 Discovery board. It will be able to play the wave files from the USB device.
usb
USB CDC Device and HOST in STM32
In this tutorial I will cover how to implement USB CDC (Communication Device Class) in STM32 using both CDC Device, and CDC Host.
Emulate STM32F103 as a MOUSE
This is another tutorial in the USB Series of STM32, and today we will see how to use STM32F103C8 as a mouse
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..