Skip to main content
Embedded123
Associate
March 11, 2021
Question

Is it possible to reset the CM4 from the CM7 on the STM32H747?

  • March 11, 2021
  • 2 replies
  • 941 views

Or at least make software reset work on only one core?

Thanks

This topic has been closed for replies.

2 replies

Technical Moderator
March 11, 2021

Hello @Embedded123​ 

Welcome to the STM32 Community =)

It is possible to disable BOOT_CM4 option bit (see "FLASH option bytes" section in the reference manual RM0399)

You can use STM32CubeProgrammer to disable the CM4 in the option bytes.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Embedded123
Associate
March 11, 2021

Hi Imen,

Thank you for your answer.

If I understand well, you are proposing a way to disable the CM4 from booting after a reset/power up?

I have code running on both cores. I'm trying to find a way to reset one from the other. Is there a way to do that?

Thank you!