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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-25 11:20 AM - edited 2023-11-20 4:34 AM
Whether this feature is applicable for only stm32g series listed below. Highlighted registers are not available in stm32f401
Solved! Go to Solution.
- Labels:
-
Bootloader
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-26 4:22 AM - edited 2023-11-20 4:34 AM
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 :
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!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-26 4:22 AM - edited 2023-11-20 4:34 AM
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 :
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!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-26 5:00 AM
Thank you
