Resolved! Bootloader jump to app not working on STM32G491
Hi all,I am trying to launch the app from a bootloader code that I copied from a project on an STM32L0 and STM32F446, it worked fine there but somehow my app doesn't start on the STM32G491.Here's the code for the jump: static void bootloader_jump_to...