STM32F10xx programming through bootloader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-03-28 5:24 AM
Posted on March 28, 2012 at 14:24
Hi,
I'm working on an STM32F100C4 already implemented on a board without IAP.I wanted to know if it is possible to reprogramme it through the bootloader with UART.Thank you,Benjamin #stm32 #bootloader
Labels:
- Labels:
-
Bootloader
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-03-28 7:12 AM
Posted on March 28, 2012 at 16:12
The protocol is well documented, and source for the ''Flash Loader Demonstrator'' is available.
You can set BOOT0 to boot into the system loader, or alternatively you could call into it at reset.http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/CD00171488.pdf
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-03-29 12:28 AM
Posted on March 29, 2012 at 09:28
Thank for your answer,
I haven't find source code for ''Flash Loader Demonstrator''.To be more precise :i have a STM32F on a board which can communicate only with an embedded linux through UART.I don't know which file is the proper executable code to write on flash.thank in advance,Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-03-29 1:03 AM
Posted on March 29, 2012 at 10:03
If you need a tool to work in Linux see here:
http://code.google.com/p/stm32flash/Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-03-29 1:43 AM
Posted on March 29, 2012 at 10:43
Thank for this link, it gone help me.
