An open-source USB communication bridge for STM32-based controller applications.
This project provides a standardized framework for establishing high-speed USB data exchange between STM32 microcontrollers and PC applications.
- Composite USB Support: Integrates HID and CDC Serial interfaces.
- Low Latency: Optimized for real-time data processing.
- Modular Design: Easily adaptable for various controller-based projects.
- STM32F103C8T6 (BluePill)
MIT License
This project utilizes the following libraries:
- USBComposite for STM32: Provides the core composite USB stack functionality.
- Arduino-STM32 (Maple): Core support for STM32F103 boards.