Skip to content

Example of integrating TinyUSB into a STM32 project with F446RE Nucleo board

License

Notifications You must be signed in to change notification settings

ejaaskel/stm32_tinyusb

Repository files navigation

This repository is an example of creating a USB device with an STM32 board. The used USB stack is TinyUSB, instead of the ST's own USB middleware. Blog post explaining the repository can be found from here: https://ejaaskel.dev/making-usb-device-with-stm32-tinyusb/

The example code is from TinyUSB, from the CDC Dual Ports device example. https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_dual_ports

The steps to integrate the TinyUSB to the STM32CubeIde project follow this GitHub answer: hathach/tinyusb#633 (comment)

About

Example of integrating TinyUSB into a STM32 project with F446RE Nucleo board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published