File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,16 @@ This table describes the allowed operations (Read / Write / Execute) on the Secu
108
108
- X means No Access
109
109
- V means Must Be Able to Access
110
110
- ? means it is up to the target
111
+ - X? means it is up to the target, preferably No Access
111
112
112
113
Processor Access |Secure RAM |Secure FLASH|Non Secure RAM |Non Secure FLASH
113
114
--------------------|------------------|------------|-------------------|----------------
114
115
` Non Secure Read ` | X | X | V | V
115
116
` Non Secure Write ` | X | X | V | ?
116
- ` Non Secure Execute ` | X | X | ? (preferably X) | V
117
+ ` Non Secure Execute ` | X | X | X? | V
117
118
` Secure Read ` | V | V | V | V
118
119
` Secure Write ` | V | V | V | ?
119
- ` Secure Execute ` | ? (preferably X) | V | X | ?
120
+ ` Secure Execute ` | X? | V | X | ?
120
121
121
122
122
123
## Testing
You can’t perform that action at this time.
0 commit comments