-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "serial" upload information #100
base: develop
Are you sure you want to change the base?
Conversation
Serial uploading using the internal STM bootloader is available in 4.1.0 when upload_protocol is set to "serial" and an USB/TTL-UART adapter is connected to pins PA9 (TX) and PA10 (RX) and the Blue Pill is reset with jumpers BOOT0=1 and BOOT1=0. I think the docs should reflect that as it is a very common and easy method.
Thanks for the PR! I'll think about how to merge it. Currently, we generate board files with an automated script and it will overwrite custom texts. |
Ah I see, no problem. Where does that script look for source texts? |
We should implement something similar what we did for platforms and frameworks, where script looks for |
is this still a thing? I am about to do pull request until i saw this PR. thanks to this PR my solution was fixed. |
Confused BOOT0 and BOOT1 in a paragraph Co-authored-by: a_p_u_r_o <[email protected]>
Serial uploading using the internal STM bootloader is available in 4.1.0 when upload_protocol is set to "serial", an USB/TTL-UART adapter is connected to pins PA9 (TX) and PA10 (RX), and the Blue Pill is reset with jumpers BOOT0=1 and BOOT1=0.
I think the docs should reflect that as it is a very common and easy method.