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
Send and Receive data to PC without UART (STM32 USB COM)
This tutorial will show you how can we use the STM32 USB to send and receive data from the computer, just like we did using the UART
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.
How to use STM32 as a KEYBOARD
This tutorial will cover another HID example, and today we will see how to use STM32F103C8 as a keyboard for the computer.