Load espruino on an STM32F1, boot flags? #4578
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-04-17 by @gfwilliams The STM32F1 doesn't have a USB bootloader, so you've got to flash it either via the SWD/JTAG pins, or using the serial bootloader. There are already some instructions on using the Serial Bootloader here, which should help you out: http://www.espruino.com/Serial+Bootloader Espruino on the F1 (and F4) has its own bootloader, which is how you can flash it from the Web IDE :) |
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 2015-04-17 by alexanderbrevig
Hey, has anyone tried to get Espruino loaded on a raw STM32F1?
Do I need to upload something through the JTAG?
I do have the USB port available, so maybe the ST link should work? If so, then how do I get a vanilla STM32 to enter the same state as Espruino's flash mode?
Sorry to ask something not directly Espruino-board related @gfwilliams, when I get this working I can write up a howto for it if you'd like. I guess it's inevitable that someone would like to use the Espruino for custom PCBs and the like (which you already know I'm already doing).
Beta Was this translation helpful? Give feedback.
All reactions