This demo application was shown in the Keil Studio webinar introducing how to work with STM32 devices.
USB Device Reference Examples contain the following projects (in the corresponding subfolders) that implement specific USB Device functionality using the MDK-Middleware USB component:
Example Project | Description |
---|---|
USB Device HID | Uses USB HID class to control LEDs and push buttons on the development board. |
USB Device Mass Storage | Implements a mass storage USB device using internal RAM as storage media. |
USB Device Virtual COM | Provides a virtual communication port to UART bridge to the USB Host. |
For more details refer to USB Device Examples section in the MDK-Middleware documentation.
Also see CMSIS-Toolbox - Reference Applications to learn more about the concept of reference application in Open CMSIS Pack used by these examples.