STM32CubeIDE Bootloader setup and debugging
I’m trying to have a project in eclipse that is in 2 parts, both generated with cube ide.
The small part at 0x08000000 is just a boot loader that can load file from SD card. [Mustang 2.2 Boot]
The APP part is at 0x08008000 is where the app is that can be flashed. [Mustang 2.2]
I followed this guide and had no luck. https://github.com/ethanhuanginst/STM32CubeIDE-Workshop-2019/tree/master/hands-on/09_BOOT-APP
Then I followed an official guide that was for Attolic and had no luck either. I think things have changed a bit since then.
I can’t even find the right wording in order to search for guides on how to do this. Can someone point me in the right direction.
My tree looks like that.

And my debug config looks like this.

other than that i have changed the addresses in the .Id files and set the vector offset as in the guide. Any help would be appreciated.
I should add that it builds and debugs fine as either app. But i want to launch one and follow it into the other. at the moment it just freezes instead of jumping over.