STM32L1 :my custom Bootloader doesn't boot my new program
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...