Size of Option bytes on STM32H743
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 1:37 AM
The size of system memory on STM32H743 is 2 sectors of 128KB each.
What is the size of the option bytes block?
- Labels:
-
Flash
-
RDP
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 6:45 AM
Option bytes are not directly accessible. So in one sense they don't have a size as they don't exist anywhere in the memory map.
You can only modify them indirectly through the register interface shown in the FLASH section of the RM, which gives you access to portions of 8x 32-bit words.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 12:32 PM
Thanks.
Is it possible to write into System memory region from user flash regions in RDP level 0 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 8:29 PM
Is possible while running form Flash in RDP level 0 to:
- write code into SRAM
- Change the BOOT_ADDR to SRAM
- Reset the MCU via AIRCR register i.e NVIC_SystemReset()
- Boot into SRAM code
Is it possible?
I know that if RDP level 2 is applied you can only boot into user flash or into System Memory.
