Question
STM32L Program flash using bootloader over SPI
Posted on November 11, 2015 at 00:50
I'm trying to understand which file I should write to flash using the STM32L bootloader. For instance, if I write the whole *.hex file to flash at the correct start memory address will the application load? Why not? Or do I have to program a certain portion of a *.hex file to flash? Would it be better to use another file type like *.elf, *.axf, *.bin?
The bootloader documentation is linked below:http://www.st.com/web/en/resource/technical/document/application_note/DM00081379.pdf
Thank you! #stm32l-bootloader-program