Open
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.
Member
|
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. |
Author
|
Ah I see, no problem. Where does that script look for source texts? |
Member
|
We should implement something similar what we did for platforms and frameworks, where script looks for |
Contributor
|
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. |
elfmimi
reviewed
Mar 25, 2020
Confused BOOT0 and BOOT1 in a paragraph Co-authored-by: a_p_u_r_o <applause@elfmimi.jp>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.