Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 4 months ago.
USBSerial don't work, PC can not identify USB device, prompting "device descriptor request failed."
STM32 F103C8 WIN 10 I tested various examples of USBDevice, USBMouse, USBMSD and so on. How to modify it? Is it a board problem or an operating system problem?
1 Answer
6 years, 4 months ago.
Hello Li,
You can try this demo. But please be aware that the USB device to work the USB DP pin (PA_12) shall be connected to VCC over a 1.5k resistor. Otherwise the host PC won't recognise the USB device and the USB device library code will hang. Since the STM32F103C8T6 (Blue Pill) board) is equipped with a 10k one (which could work in some cases), try to connect an additional 1.8k resistor between the PA_12 and +3.3V pins.