STM32H7R/S - bootflash/stm32cubeide, how to debug without flashing boot every time.
Hi,
This is using the STM32H7S78-DK.
So I have a stm32cubeide project containing two sub projects
1. `STM32H7S78-DK_Appli`
2. `STM32H7S78-DK_Boot`
`STM32H7S78-DK_Boot` is not changing, code changes are in `STM32H7S78-DK_Appli`.
The only way I can find to debug that works is to flash `STM32H7S78-DK_Appli` and then `STM32H7S78-DK_Boot`:

If instead I only flash the `Appli` then it gets stuck in the HardFault_handler, if I then reset the board via the button I hit my breakpoint.

If I don't flash anything, then debugging works fine:

Is there some trick to getting debugging working when just flashing the `Appli`, I have tried the different "Reset Behaviours" but that seems to have no impact.
Thanks
Andy
