stm32F446re usb cdc virtual com port not showing up as the usbd_desc.c
Hey everyone, I'm learning about USB CDC and soon USB HID. I think I successfully program the stm32 as a cdc device because I can connect to it, and I can read and write serial commands through a terminal. I can even catch the serial buffer through t...