Serasidis / STM32_HID_Bootloader

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

The built-in LED stays on #50

Open redbeard122 opened 3 years ago

redbeard122 commented 3 years ago

the Built-in LED of the STM32f103C8 which is connected to PC13 stays ON even on an empty sketch. what is the solution for this issue ?

Istria1704 commented 2 years ago

Have you tried setting PC13 as OUTPUT and HIGH? The LED is active low I think. So it's ON when you set the pin LOW. With an empty sketch, I'm not sure what the pin is doing. Maybe floating?