STM32H7 is stucked in system bootloader when trying to jump to the application
We are experiencing issues when using system bootloader on STM32H7 MCUs. Enter to the bootloader is correct - when BOOT0 pin is held high and reset is performed, MCU enters system bootloader. We use USB DFU for communication with bootloader and PC can recognize DFU device correctly, we can connect, perform FW update. However when trying to jump to the application the issue appears:
with STM32H743 rev Y (bootloader version 0xD2) jump to application works with addresses 0x8008ACC or 0x8000123
with STM32H753 rev V (bootloader version 0x90) jump to application doesn't work with any address
From the program counter read-out it seems that MCU is stucked in system bootloader at address 0x1FF0AAF0, however DFU device disappears from Device manager.
The idea is to be able to run the application without need to perform manual reset of MCU.
What could be the issue? Thank you in advance
