2024-04-16 11:57 PM - edited 2024-04-17 01:51 AM
I'm pretty new to using USB in Stm32, and I wanted to read the variables through a USB-C connected to the controller. StmcubeMX provided me with an initialization code. After flashing this code, the comp port is not showing on the system. I have attached my code files.
2024-04-17 02:15 AM
Hello @ShoaibMullani
I guess you missed the configuration of USB device class for CDC VCP
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.
2024-04-17 04:22 AM - edited 2024-04-17 04:23 AM
After configuring it also , it's not detecting on system.
is there any need to start the USB in program?