User Activity

Posted on July 03, 2015 at 10:08Hello everyone,I made a custom bootloader for my stm32L1 but my problem resides in jumping at the beginning of the flash when my new binary file is loaded.I made some research on this subject.. the PC and the MSP regi...
Posted on June 23, 2015 at 10:16 I made my own bootloader for an STM32L1 board. My algorithm is simple : - first, I erase the memory I need to write my new program on my flash. - then, I write 4 bytes per 4 bytes my new program ( I receive it fro...