Usb fs stm32h503
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-12-07 10:15 AM
Hello, I’m a bit new to microcontroller programming. I want to implement full speed 12Mb/s usb protocol to send messages back and forth from/to my pc using usbc port on stm32h503rb nucleio board. I tried following serval videos on how to implement this but I am bit confused.
Labels:
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-12-07 10:55 AM
Go to Knowledge Base section and search for hints on USB CDC implementation with CubeMX / HAL. Alternatively, you could use my stuff - link below.
My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
