Skip to main content
Nchun.1
Associate III
May 25, 2023
Solved

what is this Exit Secure Memory feature in STM32 system bootloader in AN2606 Application note? As per the application note it is used for secured exit from boot and entry from application. kindly explain clearly

  • May 25, 2023
  • 1 reply
  • 1526 views

Whether this feature is applicable for only stm32g series listed below. Highlighted registers are not available in stm32f401


_legacyfs_online_stmicro_images_0693W00000bkuF7QAI.png
_legacyfs_online_stmicro_images_0693W00000bkuB1QAI.png

This topic has been closed for replies.
Best answer by Sarra.S

Hello @NChun.1​,

Simply because this security feature is not available in the STM32F4 series, there is no securable memory area. You can check this table that summarizes the security features of STM32 products :


_legacyfs_online_stmicro_images_0693W00000bkwc8QAA.png 

or check AN5156 : Introduction to STM32 microcontrollers security

Also, if you want to learn more about security there is a dedicated MOOC that explains each feature

I hope that helps!

1 reply

Sarra.SBest answer
ST Employee
May 26, 2023

Hello @NChun.1​,

Simply because this security feature is not available in the STM32F4 series, there is no securable memory area. You can check this table that summarizes the security features of STM32 products :


_legacyfs_online_stmicro_images_0693W00000bkwc8QAA.png 

or check AN5156 : Introduction to STM32 microcontrollers security

Also, if you want to learn more about security there is a dedicated MOOC that explains each feature

I hope that helps!

Nchun.1
Nchun.1Author
Associate III
May 26, 2023

Thank you