Debug mode - Behaviour Debugging vs loading in flash memory in STM32H7
Hi everybody,
I'm working on a board with STM32H7. I want to understand why when I launch the debugger mode with the bootloader program. The program of the bootloader still on the memory flash of the STM32H7 after a restart (turning off the board) and I can then load the binary program (the application program) using the UART. However, when I launch the application program using the debugger mode when I restart the board out of the debugger mode just the bootloader program stay at the memory flash of the MCU and not the application program. Is there any explanation to such behaviour ? Or it's the settings linked to the debbuger mode ?
Thanks for you support.
