2024-06-09 10:49 PM
I'm developing a USB bootloader for the STM32F103C8T6 Blue Pill (64KB / 128KB). I've seen many protocols and methods for doing this. Can you suggest the best method? I want to program the STM32F103C8T6 Blue Pill with STM Cube IDE software via USB.
Solved! Go to Solution.
2024-06-10 01:08 AM
Hello @suraj_sonawane02
To have a USB Bootloader on an STM32F103C8T6 MCU, you have to use the Open Bootloader. More details Available on the AN3156. This YouTube Playlist may help too.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-06-10 01:08 AM
Hello @suraj_sonawane02
To have a USB Bootloader on an STM32F103C8T6 MCU, you have to use the Open Bootloader. More details Available on the AN3156. This YouTube Playlist may help too.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-06-10 03:24 AM
@STTwo-32 Thank you.
2024-11-26 10:18 AM
Have you made any progress on your USB bootloader ?
When available, can you put it on github ?