CDC bootloader ported for F303CC

developed for generic STM32F1 (bluepill) device by stevestrong
Post Reply
stevestrong
Posts: 502
Joined: Fri Dec 27, 2019 4:53 pm
Answers: 8
Location: Munich, Germany
Contact:

CDC bootloader ported for F303CC

Post by stevestrong »

The CDC bootloader for F1 has been ported for F3x3C family.

The common project (shared with F1) including binaries can be found here:
https://github.com/stevstrong/STM32-CDC-Bootloader

The bootloader size for F3 has grown to more than 4kB so it reserves now the lowest 3 pages of EEPROM (6kB).
But even so, the remaining 250kB offer more than enough space for user app.

Meanwhile the CDC flasher has been upgraded from script based project to a windows executable developed on Eclipse + MinGW.
The CDC flasher has been adapted to the Arduino environment, so it is possible to upload user program with Arduino.

Next step:
- port the CDC bootloader for F4 family.
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: CDC bootloader ported for F303CC

Post by fpiSTM »

Great!
Post Reply

Return to “STM32 USB CDC bootloader”