STM32_HID_Bootloader icon indicating copy to clipboard operation
STM32_HID_Bootloader copied to clipboard

How to install USB bootloader more than One Blue pill?

Open PadmaIoT opened this issue 3 years ago • 1 comments

Hi, I am using Arduino IDE for programming BluePill for a long time using serial(FTDI Module), Operating system windows 64bit. I followed this guy and installed a USB bootloader by STM32CUBEPROGRAMMER and it is still running fine. But the problem happened when I tried to use multiple blue pills, all uploaded the same HID bootloader. My computer only recognizes my 1st blue pill only as a virtual com port. And for the rest of them, it shows in device manager:

unknown USB device (device descriptor request failed)

How to get rid of this situation? How to create a virtual com port for all of them?

PadmaIoT avatar Jun 26 '22 10:06 PadmaIoT

They will show as COM ports only if you there is a firmware with VCP on them, so you need to flash any firmware with USB CDC enabled.

GonzoG avatar Jan 15 '23 14:01 GonzoG