dirtyjtag / DirtyJTAG

JTAG probe firmware
MIT License
464 stars 70 forks source link

Required flash size for STM32F1 #90

Closed xiak95 closed 3 years ago

xiak95 commented 3 years ago

Hi,

I would like to buy bluepill to flash it with DirtyJTAG, and I wonder what is the required flash size for the firmware !

There appear to be two bluepill versions on aliexpress, one with STM32F103C6T6 and the other with STM32F103C8T6 !

Would dirtyjtag fit on the earlier, or do I need the later ?

Thanks !

jeanthom commented 3 years ago

Hi,

DirtyJTAG being very small (<10kB), you can use both versions. However be aware that counterfeit STM32F103 are becoming more and more prevalent on AliExpress!

drnedm commented 3 years ago

I just received a STM32F103C6T6 based blue pill, and it doesn't enumerate as a USB device after flashing DirtyJTAG. It works nicely as an STM32DUINO, including serial via USB, so the hardware seems fine in principle. Unsure how to debug this. I tried both the released binary as well as compiling it myself, same result. Should this go into a new issue?

jeanthom commented 3 years ago

Hi @drnedm, I never came across F103C6x devices before. Could you please file an issue? Also where did you get a board with this variant of the F103?