Page 1 of 1

CDC bootloader ported for F303CC

Posted: Fri May 08, 2020 3:17 pm
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.

Re: CDC bootloader ported for F303CC

Posted: Fri May 08, 2020 3:58 pm
by fpiSTM
Great!