Replies: 2 comments 1 reply
-
Hi @ROMAINPC! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ROMAINPC Did you try submitting your request to tf-m@lists.trustedfirmware.org? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am studying the size of the Non-Secure flash memory on an STM32U5 with Trusted Firmware M enable. Reference documentation is UM2851.
According to this ST documentation there are several flash layouts depending on the secure update mode. (1 swap mode, and 4 others overwrite modes : single image and/or single slot mode).
The documentation also explains the role of the integrator to enlarge the Non-Secure partition. It is recommended to start from the b_u585i_iot02a project.
There are
flash_layout.h
andregion_defs.h
, however theflash_layout.h
doesn't match the documentation. 8KB data slots are not mentioned. Above all, the default size of Secure and Non-Secure partitions does not correspond to any layout. This is why I have several questions:flash_layout.h
to use? Particularly if I want to maintain security trust.This issue follows this one on the RAM usage.
Beta Was this translation helpful? Give feedback.
All reactions