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.
2023-05-08 01:56 AM - edited 2023-11-20 06: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.
2023-05-08 01:56 AM - edited 2023-11-20 06: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.
2023-05-08 02:05 AM
Thanks @F.Belaid