Is there a way to jump to bootloader from CM4 core on dual-core STM32H7?
I'm using a dual-core STM32H745 MCU running firmware on CM7 core that is able to jump to the built-in bootloader in system memory on an external command. After a FW update via the bootloader, I can jump to the newly updated firmware on CM7 core to run it. I'm not sure if this would also launch the CM4 core, but if it does, can I run some code on CM7 core to periodically notify the CM4 core that everything is working, and if no such notification is received on the CM4 core within a specified period of time (think of the CM4 FW as a watchdog timer), have the FW running on the CM4 core jump to the bootloader so I can reload the corrupted firmware on the CM7 core?
