[deletd]
-
- Posts: 3
- Joined: Mon Jun 07, 2021 1:51 pm
Re: STM32F103C8T6 bluepill with HID Bootloader 2.2 problems uploading
This is because the usb port is not configured as a composite usb device. A USB Composite Device is a peripheral device that supports more than one device class (source: keil.com). For example, using the usb port as a composite device you can have a usb serial port, mouse and keyboard, all at the same time.
Currently, the HID bootloader does not run as a composite usb device. When running your sketch, only the USB Serial port is available. The Arduino IDE uses the serial port to restart the MCU in HID bootloader mode. If there is no serial port, the loader cannot restart the MCU. When you replace:
Currently, the HID bootloader does not run as a composite usb device. When running your sketch, only the USB Serial port is available. The Arduino IDE uses the serial port to restart the MCU in HID bootloader mode. If there is no serial port, the loader cannot restart the MCU. When you replace:
toUSB support from CDC generic supersede U (S) ART
automatically turn off the serial port needed to restart the MCU in the next programming.HID keyboard and mouse
Vassilis Serasidis
https://www.serasidis.gr
https://www.serasidis.gr