Question
What are Boot Steps of STM32H7 Secure Mode
As per my understanding Secure Mode of STM32H7 as follows:
RESET => Enter System Boot loader => Program OB register content => If (SECURITY) => RSS Boot => Configure Secure User Memory => Jump to Secure User memory on User Flash.
I have two open questions here
- is the above understanding correct ?? OB registers programmed by System Bootrom or some different mechanism ??
- Once Jump to application, Secure User Memory is disabled, as per concept. And if application trying to access Secure User memory from application context, the Flash access exception will come.
Who is checking this access ?? who will control this access ? how it is implemented ??
