Difference between revisions of "STM32 HAL Composite USB"

From Stm32World Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
== Misc Links ==
 
== Misc Links ==
  
 +
* [[Linux USB Debugging]]
 
* [https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL Extremely detailed description/example of CDC + MSC]
 
* [https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL Extremely detailed description/example of CDC + MSC]

Revision as of 03:15, 2 June 2021

I am currently experimenting with USB on a Black Pill board. This page will contain notes as I go along.

STM32CubeMX USB Config.png

STM32CubeMX Project Manager Config.png

Notice the checkbox is "Do Not Generate Function Call".

Misc Links