Will boot ROM code checks the integrity and authenticity of Secure boot in STM32F769I-DISCO?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-08 12:35 AM
On running the SBSFU project on STM32F769I-DISCO board, will the boot ROM evaluate the integrity and authenticity of Secure boot. So that, the user will be sure that his/her Secure boot not replaced by others.
Solved! Go to Solution.
- Labels:
-
STM32F7 Series
-
X-Cube-SBSFU
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-08 1:56 AM - edited 2023-11-20 6:11 AM
Hello @MdFayaz,
According to AN5056 In production mode, the Secure Boot checks the Option Byte values (RDP, WRP, PCROP, Secure user memory) and blocks execution in case a wrong configuration is detected. For F7 products, nDBANK must be configured. If this is not done, the device remains unsecured.
Hope this helps!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-08 1:56 AM - edited 2023-11-20 6:11 AM
Hello @MdFayaz,
According to AN5056 In production mode, the Secure Boot checks the Option Byte values (RDP, WRP, PCROP, Secure user memory) and blocks execution in case a wrong configuration is detected. For F7 products, nDBANK must be configured. If this is not done, the device remains unsecured.
Hope this helps!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-08 2:05 AM
Thanks @F.Belaid
