rogerclarkmelbourne / STM32duino-bootloader

Bootloader for STM32F103 boards, for use with the Arduino_STM32 repo and the Arduino IDE
962 stars 497 forks source link

Compatibility with F303 Cpu #95

Closed davidabevan closed 4 years ago

davidabevan commented 4 years ago

Hi Roger, Thanks for your work. I am a tinkerer not a programmer so hopefully posted in right place... Question please, I have been home building custom pcb Bluepill clones from scratch and recycling my old F/C CPU,s. Have successfully built and programmed the f103 no probs. My second build uses the stm32f303cct6, I cant at moment get the boot loader working, i use the generic PC13. I can upload using flash tool ok and verify also a blink sketch works ok so Am guessing either 1 most likely have some soldering or other issue with my board, currently investigated the obvious, or possibly the bootloader wont work on the stmf303 series, Your advice would be welcome. Thanks Dave B..

rogerclarkmelbourne commented 4 years ago

It only works on the F103 processor.

I think the USB HID bootloader (try googling for it) supports more processors, but I don't know if that includes the F3x series

davidabevan commented 4 years ago

Thanks..

On Wed, 13 May 2020, 10:49 Roger Clark, notifications@github.com wrote:

Closed #95 https://github.com/rogerclarkmelbourne/STM32duino-bootloader/issues/95.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rogerclarkmelbourne/STM32duino-bootloader/issues/95#event-3331256501, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFZFZJYN7JHVVJIPBLT6NTRRJUI7ANCNFSM4M7SXTJA .

stevstrong commented 4 years ago

The bootloader does not work on F3 blackpill (F303CCT6). What is missing is:

Alternatively, you may consider the CDC bootloader which is adapted for F3 blackpill.

davidabevan commented 4 years ago

Thanks stevstrong.. will give it a go

davidabevan commented 4 years ago

Thanks this works So now at least i know my smd soldering working, thanks for the input..