Skip to main content
Visitor II
February 1, 2024
Question

How to exit safe mode for STM32H735.

  • February 1, 2024
  • 2 replies
  • 1078 views
How to exit safe mode when the security position of the chip is 1 and the protection area of the flash of the new chip is from 0x080000000 to 0x082020000, but the content in the flash is erased,Thank you.
This topic has been closed for replies.

2 replies

Technical Moderator
February 1, 2024

Hello @wux 

Do you mean you want to perform RDP regression when the flash is already erased?

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.Best regards,FBL
Jocelyn RICARD
ST Employee
February 1, 2024

Hello @wux,

I understand you enabled the STM32H7 secure memory protection.

When this protection is enabled, you have a unique boot entry defined by the boot address in option bytes and JTAG is disabled by default. This means that you must have software running on the chip to be able to either perform directly a regression or open the JTAG to be able to launch the regression through STM32CubeProgrammer.

So, if you have erased the flash in this context, you will not be able to connect anymore with neither JTAG not system bootloader. So your device is unfortunately bricked.

Best regards

Jocelyn