STM32F302 With USB-C for Variable Read Operation, With External Clock Of 8MHz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-16 11:57 PM - edited ‎2024-04-17 1: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.
- Labels:
-
STM32F3 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-17 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-17 4:22 AM - edited ‎2024-04-17 4:23 AM
After configuring it also , it's not detecting on system.
is there any need to start the USB in program?
