OTP 3 Bit 15 -> no data cache
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-10 2:11 AM
What does the OTP 3 Bit 15 do?
Can I disable the boot cache for more security? Or does it have more impact on the system?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-10 4:20 AM
Hi,
this bit is for ST internal development purposes, it is recommended to keep it at 0.
Disabling does not bring more security as cache is not used by BootROM in critical authentication phases but only to speed up signature verification. I think cache content is erased before BootROM exit.
Regards
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-10 4:20 AM
Hi,
this bit is for ST internal development purposes, it is recommended to keep it at 0.
Disabling does not bring more security as cache is not used by BootROM in critical authentication phases but only to speed up signature verification. I think cache content is erased before BootROM exit.
Regards
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-10 10:16 PM
Thank you for the fast support.
