Skip to content

Commit b4907f9

Browse files
authored
Update spm.md
Apply code review comments
1 parent 484b50e commit b4907f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/porting/psa/spm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,16 @@ This table describes the allowed operations (Read / Write / Execute) on the Secu
108108
- X means No Access
109109
- V means Must Be Able to Access
110110
- ? means it is up to the target
111+
- X? means it is up to the target, preferably No Access
111112

112113
Processor Access |Secure RAM |Secure FLASH|Non Secure RAM |Non Secure FLASH
113114
--------------------|------------------|------------|-------------------|----------------
114115
`Non Secure Read` | X | X | V | V
115116
`Non Secure Write` | X | X | V | ?
116-
`Non Secure Execute`| X | X | ? (preferably X) | V
117+
`Non Secure Execute`| X | X | X? | V
117118
`Secure Read` | V | V | V | V
118119
`Secure Write` | V | V | V | ?
119-
`Secure Execute` | ? (preferably X) | V | X | ?
120+
`Secure Execute` | X? | V | X | ?
120121

121122

122123
## Testing

0 commit comments

Comments
 (0)