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.
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.