Question
Looking to use STM32 BootLoader in my STM32G07xxx and jump from my application.
Using previous post "STM32H7-bootloader-jump-from-application" and change bootloader memory to 0x1FFF6800. Currently running STM32CubeIDE I see it execute SysMemBootJump but with debugger going immediately (second goes pass) return to HAL_Init(); I was expect it to stay in bootloader waiting for STM32Flash commands.
