cancel
Showing results for 
Search instead for 
Did you mean: 

Flash loader

SARTHAK KELAPURE
Associate II
Posted on January 09, 2018 at 17:43

Hello everyone,

I have made a custom board using Murata LoRa SOC and I am trying to flash it using Flash Loader Demo by STM and I am able to flash the code only once out of 10 times. The application shows 'Stopped Working' after coming to Device select.

Is there any other software to flash the ICs by UART?

Thanks in Advance

#stm32l0-stm32l0-discovery #murata-cmwx1zzabz #b-l072z-lrwan1-spi-pb12-stm32l072cz* #stm32l072cz
2 REPLIES 2
Posted on January 09, 2018 at 19:11

Seem to recall there being an open-source loader application, and the protocol is well documented. Here we wrote our own loader application.

The System Loader expects Even parity, and the pattern recognition is a one-shot test. If the loader doesn't recognize the 0x7F pattern properly you would need to restart the process. In a production test/programming implementation you need to be able to control the reset line, and have retry methods if the 0x7F/0x79 connection fails.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
David SIORPAES
ST Employee
Posted on January 10, 2018 at 10:56

https://sourceforge.net/projects/stm32flash/

is the open source loader

Turvey.Clive.002

suggests. It's a well maintainedalternative you can use on Linux as well.