How can I stop and restart second M4 core of the STM32H745 from M7 core
Hi to everyone. I'm developing bootloader for stm32h745. My idea is to rewrite FLASH of the M4(0x81000000) core using proramm executing int M7 core. So For this first i need to stop M4, programm M4 flash and then restart it. The issue is how to stop ...