2020-02-13 03:43 PM
Hello, I am wanting to build a project that consists a STM32 "F" or "L" series MCU, and I want to use the USB Peripheral from within STM32CubeMX. I want to create a windows application using Microsoft Visual Studios (C#), and have communication back and forth between the STM32 MCU and the windows application.
These are my specific questions regarding this:
Thanks and any help or advice is greatly appreciated!
2021-03-28 05:30 AM
I never got a response for this so figured I would check back. Does anyone know?
2021-03-28 08:02 AM
The USB spec for 12 Mbps is to have a clock source +/-0.25%, so yes really want a crystal
Wiring shown in Data Sheet appendix as I recall,and many schematics for the reference board to look over.
You can change the Descriptors your device reports.
In Windows you'll have to play with the .INF files and drivers, perhaps signing and testing issues there. Should be able to fish descriptor related naming from the registry.