SOLVED: STM32H7 bootloader jumping to app compiled with TrueStudio, but not with STM32CubeIDE.
I used TrueStudio for a bootloader and two different applications for an STM32H7, and all worked fine.Now, I imported the bootloader and applications into STM32CubeIDE.The bootloader starts, jumps to the application and it runs fine when the bootload...