2020-01-24 01:54 AM
I have built a bootloader at the begin of CM7 flash memory. I want to update both CM7 and CM4 flash memory. How is it possible to stop CM4 execution before updating the flash memory and reset the CM4 core after update? All must be controlled only from CM7 core.
2020-01-24 03:49 AM
Or you can permanently disable BOOT_CM4, if you can find a way to start the CM4 from CM7 code.
2023-11-03 09:30 AM
Hi there!
I resume this thread because I'm in the same condition: developing a custom bootloader for a stm32h755 I need to understand how to stop and resume the CM4 core.
I'm also learning about BCM4 and BCM7 flags in the RCC-> CR1 register.
Is not totally clear to me whats the difference between BOOT_CMx and BCMx flags.
Thanks!