2012-03-28 05:24 AM
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 #bootloader2012-03-28 07:12 AM
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
2012-03-29 12:28 AM
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,2012-03-29 01:03 AM
If you need a tool to work in Linux see here:
http://code.google.com/p/stm32flash/2012-03-29 01:43 AM
Thank for this link, it gone help me.