Jump to BOOT ROM area from user application on STM32F0
I have tried unsuccessfully to jump from the application area to the Boot address.As much as I try I can not get into boot by software.What is wrong with my code ?. SystemInit(); HAL_RCC_DeInit(); SysTick->CTRL = 0; SysTick->LOAD = 0; SysTick->VAL = ...