2025-05-23 3:28 AM
Hiii,
I am currently using an STM32U5G9J-DK2 Discovery Kit and have configured USB in CDC_ACM mode in high speed. I generated a code default the usb device appears in device manager under ports as a virtual COM port. However, I would like to change this functionality so that it works as a WinUSB device instead.
"https://github.com/MichaelTien8901/STM32WINUSB" .
this above link will show steps to convert STM32 USB CDC to WINUSB Device with HAL library.
"https://github.com/MichaelTien8901/STM32WINUSB/commit/d6a8037b8c282652bd62fa252435c10598939752"
My question is:
Any guidance or examples would be greatly appreciated.
Thank you!
2025-05-23 3:58 AM
2025-05-23 9:44 PM
Thank you for your support, mr @FBL,
Actually i am a fresher and have only recently started learning and practicing with STM32, so it's quite difficult for me to follow everything you've suggested right now.
If there's any tutorial available related to this, could you kindly share it?
That would be very helpful for me and for many other beginners who are also learning STM32.
Thanks again for your guidance
2025-05-24 4:36 AM
People new to STM32 may find this site helpful. Here you can find help and advice on STM32 and many related topics.
2025-05-26 3:47 AM
Hi @SITARAM
This article on Guide to USB development resources on STM32 can help you get started with resources available about USB on STM32. You can get started with this example, test it and if you encounter issues you can get back and post your questions on ST community.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.