Difference between revisions of "STM32 HAL Composite USB"

From Stm32World Wiki
Jump to navigation Jump to search
imported>Lth
(Created page with "Category:STM32 Category:USB I am currently experimenting with USB on my Stm32Dev board. This page will contain notes as I go along. == Misc Links == * [https:/...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:STM32]] [[Category:USB]]
+
[[Category:STM32]][[Category:STM32 Development]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:STM32 HAL]][[Category:Black Pill]]{{metadesc|Composite USB with HAL}}
 +
I am currently experimenting with USB on a [[Black Pill]] board.  This page will contain notes as I go along.
  
I am currently experimenting with USB on my [[Stm32Dev]] board.  This page will contain notes as I go along.
+
[[File:STM32CubeMX USB Config.png|400px]]
 +
 
 +
[[File:STM32CubeMX Project Manager Config.png|800px]]
 +
 
 +
Notice the checkbox is "Do Not Generate Function Call".
  
 
== Misc Links ==
 
== Misc Links ==
  
* [https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL Extremely detailed description/example]
+
* [[Linux USB Debugging]]
 +
* [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://blog.csdn.net/a986096115/article/details/107869146 Chinese blog post (Google Translate works)]

Latest revision as of 15:51, 14 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