cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F302 With USB-C for Variable Read Operation, With External Clock Of 8MHz

ShoaibMullani
Associate

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.

2 REPLIES 2
FBL
ST Employee

Hello @ShoaibMullani 

I guess you missed the configuration of USB device class for CDC VCP

FBL_0-1713345260360.png

 

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.


I'm out of offce with limited access to my emails.
Happy New Year!

After configuring it also , it's not detecting on system.
is there any need to start the USB in program?