Skip to main content
Explorer
November 20, 2024
Solved

Security Mechanisms in STM32H753ZI for Preventing Unauthorized Access and Modification

  • November 20, 2024
  • 2 replies
  • 1158 views

Does the STM32H753ZI microcontroller provide a built-in unique key or mechanism to ensure that the chip cannot be unlocked, and firmware cannot be flashed, read, or erased without the correct key, effectively preventing unauthorized access or modification?

This topic has been closed for replies.
Best answer by STea

Hello @Denish_Patel ,

To ensure firmware integrity and authenticity we have a solution called SBSFU (secure boot secure firmware update) which uses booth software and hardware mechanism to insure you request as well as providing secure path to update the Firmware by the authenticated user using cryptographic booth symmetric and asymmetric algorithms you can have more details on this solution in the following documents:

Regards

2 replies

Pavel A.
November 20, 2024

No, STM32H753 does not has such key (at least not publicly documented). It has only so called "read-out protection " (RDP) level 2. For more info see https://www.st.com/resource/en/application_note/dm00493651-introduction-to-stm32-microcontrollers-security-stmicroelectronics.pdf

 

STeaBest answer
ST Employee
November 21, 2024

Hello @Denish_Patel ,

To ensure firmware integrity and authenticity we have a solution called SBSFU (secure boot secure firmware update) which uses booth software and hardware mechanism to insure you request as well as providing secure path to update the Firmware by the authenticated user using cryptographic booth symmetric and asymmetric algorithms you can have more details on this solution in the following documents:

Regards

In order 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.