2023-11-04 06:14 AM
i am working with The STM32373C-EVAL evaluation board which has a STM32F373VCT6 microcontroller. i have the task to read the adc data via usb interface. the usb interface is not working (nothing is shown on the pc that a device is connected). i searched the usb driver on stm32 website, it says in STSW-STM32102 that the driver is only for windows 7 and 8. but i am using windows 10 and can't find a usb driver for it. does anyone have a solution ?
2023-11-22 02:11 PM
cn22 is stlink v2 (for programming) and cn16 is usb full speed for cmunikation with pc and that is not working
2023-11-23 10:33 AM - edited 2023-11-23 11:00 AM
> i am using windows 10 and can't find a usb driver for it.
Just do the USB firmware for CDC protocol correctly; Windows 10 will find the proper driver itself.
(yes this is a big "just".... )
2023-11-24 02:19 PM
I did it but it still didn't work
i need this usb interface to transfer data from adc to my pc and i have been trying for a month.
2023-11-24 06:29 PM
Here you can find helping hands for you project.
2023-11-25 09:46 AM
The topic has more than 10 posts, but the autor still hasn't told anything useful about the main thing - code on MCU. In addition to not reading the OS driver description, inability to form sentences and use capital letters...
But for serious purposes:
https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_dual_ports/src