Unable to Debug, Break at address "0x80060c4"
Hey St Forum,
Just getting a new project off the ground, and working with the STM32H7S7 Dev Kit.
So far, I've been able to get some example code up loaded into CubeIDE, and upload to the board.
However, when I try and debug, I get this error:

Viewing the ASM shows that we're getting hung up on a b.n instruction very early in program memory:

I'm not 100% sure what this means.
It seems that this is some kindof width check instruction,
But I'm not sure why it would be referencing it's own instruction address.
After I disconnect the power from the devboard, and plug it back in, the firmware runs fine.
I'm doing the GPIO example, where LD 1 -> 4 all flash in 100mS delays.
Before this I did have to specify that I needed to load the program from external flash.
I followed this thread for that advice.
But, they recommended using an "ExtMem_Boot" for there example, which is missing on the STM32H7S78 example selection.
My switch and jumpers are also all set to the correct configuration detailed in the User Manual.
Thanks,
-Hal
