TheKikGen / stm32-tkg-hid-bootloader

A HID driverless bootloader and flash tool companion for the STM32F1 line
37 stars 12 forks source link

Support for STM32L0 devices #11

Open dryas opened 1 year ago

dryas commented 1 year ago

Hey, first of all: thanks a lot for your work. :-) I just want to ask if you can guide me in the right direction to migrate the HID bootloader to STM32L0 devices (in my case the STM32L053R8T6TR)? I'm sure you are busy with other stuff but maybe you can give me some hints and I can try it by my own? Any help appreciated. Thanks a lot.

TheKikGen commented 8 months ago

Hi. First is to study the code it self. It should be quite similar to do that for any other STM32 uC.