Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post here first, or if you can't find a relevant section!
Post Reply
amreo
Posts: 2
Joined: Tue Aug 13, 2024 8:21 am

Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post by amreo »

Hi :D!
I simply want to ask: is possible to program a STM32F103C6T8 board like blue pill via UART or serial using using only free/open source software tools?

I had already tried to ask this question on github(https://github.com/orgs/stm32duino/disc ... t-10314390) but nobody managed to give me a anwser.
STM32ardui
Posts: 142
Joined: Mon May 06, 2024 1:46 pm
Answers: 1
Location: Germany

Re: Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post by STM32ardui »

You can type in "open source flash program stm32" for example at Google (or an open source search engine of your choice).

Already first result is a program called stm32flash.
I guess it is a command line tool. But don't ask me about it, I'm using STM32CubeProgrammer.
amreo
Posts: 2
Joined: Tue Aug 13, 2024 8:21 am

Re: Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post by amreo »

STM32ardui wrote: Tue Aug 13, 2024 10:06 am You can type in "open source flash program stm32" for example at Google (or an open source search engine of your choice).

Already first result is a program called stm32flash.
I guess it is a command line tool. But don't ask me about it, I'm using STM32CubeProgrammer.
You are right. I forgot a requirements: I would like to use it through arduino ide and not directly.
GonzoG
Posts: 495
Joined: Wed Jan 15, 2020 11:30 am
Answers: 36
Location: Prudnik, Poland

Re: Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post by GonzoG »

You can. Just edit scripts to add/modify upload method.
STM32ardui
Posts: 142
Joined: Mon May 06, 2024 1:46 pm
Answers: 1
Location: Germany

Re: Is possible to program a blue pill at least via serial using only Free(as freedom) Software tools?

Post by STM32ardui »

amreo wrote: Thu Aug 15, 2024 9:24 pm You are right. I forgot a requirements: I would like to use it through arduino ide and not directly.
As user GonzoG already wrote, you can change script file. On my Win10-PC is a file stm32CubeProg.sh - I'm not sure, if it is only for STM32CubeProgrammer or also other uploader ...

Or: ArduinoIDe can store binary file and you use it outside of IDE with a upload program of your choice.
Post Reply

Return to “General discussion”