2025-08-26 2:58 AM - last edited on 2025-08-26 3:05 AM by Andrew Neil
Hello, I have an STM32H755 nucleo board and I want to use the secure memory area features but I need to clarify my understanding of the reference manual "rm0399" and some follow up questions.
My understanding is that:
Q1: If I don't call the RSS_exitSecureArea can I keep the secure code running on CM7, Can I run a normal non-secure application on CM4?
Q2: Does the RSS have a feature to authenticate a bootloader code and if the answer is yes, where is that documented?
2025-12-04 2:31 AM
Hello @immortal2113 ,
After creating the secure areas, it is not mandatory to call the exitSecureArea. Now, in such case, why creating this secure area if you don't use it ?
The RSS is not a secure boot. Reference Manual is a bit misleading on this point. There is no authentication done at this stage, just checking that your boot address is inside the secure area.
Best regards
Jocelyn