Difference between revisions of "STM32 HAL Composite USB"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [[Linux USB Debugging]] | * [[Linux USB Debugging]] | ||
− | * [https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL | + | * [https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL Quite detailed description/example of CDC + MSC] |
* [https://github.com/sanuch14/STM32_CompositeHID_CDC Code example with HID+CDC] | * [https://github.com/sanuch14/STM32_CompositeHID_CDC Code example with HID+CDC] |
Revision as of 04:54, 8 June 2021
I am currently experimenting with USB on a Black Pill board. This page will contain notes as I go along.
Notice the checkbox is "Do Not Generate Function Call".