Jump to Bootloader area from user application on STM32F0
Posted on August 25, 2015 at 09:21Hello Sirs,I�m trying to jump to Bootloader memory (embedded in STMF030xx) from my user application.The code that I try is as follow:typedef void (*pFunction)(void);pFunction Jump_To_Bootloader;uint32_t JumpAddress...