STM32 Serial Bootloader for Pico v1.4 #5219
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-02-26 by @gfwilliams BOOT1 is pre-grounded, so all you have to worry about is BOOT0, which is available on the BTN/B0 Jumper. If you short that out, then when you press the button and apply power (or reset) the board will go into bootloader mode. Normally, the bootloader is a custom one that uses a USB UART, but with BOOT0 to 0, you get the ST bootloader which does DFU USB and UART. All you need to do is make sure USB isn't connected, and then it'll be available on serial. Posted at 2016-03-02 by Mark3072 Thanks Gordon, that worked great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-02-26 by Mark3072
Is there a way to use the STM32 Serial Bootloader on the Pico board? I can't use dfu-util since I want to program it from another board that only has a UART available. Is there any easy way to access Boot1 pin? Do I have to tie it to ground?
Beta Was this translation helpful? Give feedback.
All reactions