Executing an application directly from RAM rather than the flash memory - SBSFU.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-30 8:21 AM
We currently utilize the STM32H7B0xB microcontroller, which offers 1.4 MBytes of RAM and 128KBytes of flash memory. While exploring the SBSFU examples found examples for running from external flash directly, I could not locate one that specifically demonstrates running the application from the RAM region for SBSFU. Is it supported?
- Labels:
-
Cryptography
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-30 10:13 AM
More info Run code from ram of STM32H7 - STMicroelectronics Community or other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-01 1:46 PM - edited ‎2023-07-01 1:48 PM
Thanks @MM..1 for running the code from RAM. However, I was looking at secure boot and if SBSFU supports apps running app after doing a signature verification and decryption.
