Serasidis / STM32_HID_Bootloader

Driverless USB HID bootloader and flashing tool for STM32F10X devices
422 stars 151 forks source link

Device support issue for Bluepill stm32F10336t6 #60

Open TheSnowFall opened 1 year ago

TheSnowFall commented 1 year ago

Hello, My blue pill contains a chip of stm32F103c6t6. I am using STM32 core by STMicroelectronics (Arduino IDE). I followed all the processes of installing this HID bootloader. But when I connect the USB cable to my Windows PC , the device manager says,

unknown USB device (device descriptor request failed)

How I can solve this?

mcer12 commented 1 year ago

You probably mean STM32F103C6T6, I also have these chips (from aliexpress) and I wasn't able to make this bootloader work. STM32F103C8T6 works fine. Mind that C6T6 is a different - lower tier - part, it doesn't differ only in memory but it lacks some peripherals. They for example lack second SPI interface. That may be the reason why this bootloader doesn't work.

AgainPsychoX commented 1 month ago

I have the same issue I think.