Posted on February 17, 2017 at 17:17Hi community,I would like to know if it's possible to create my own bootloader for STM32L151x.Where I could find info about it? Some code? Built-in code..?Thanks in advance.Regards#bootloader #stm32l151 #custom
Hi,Try to set Jump variables in "static" like this:static pFunction Jump_To_Application;
static uint32_t JumpAddress;I had the same issue using STM32L562VET6 and ARM Compiler V6 on Keil.