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