Skip to content

Commit 3dedaab

Browse files
Alexander Zilberkantdanny4478
andauthored
Update docs/porting/psa/spm.md
Co-Authored-By: danny4478 <[email protected]>
1 parent 21389cd commit 3dedaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/psa/spm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ define symbol __ICFEDIT_region_IROM1_end__ = (MBED_ROM_START + MBED_ROM_SIZE);
187187

188188
### Mailbox
189189

190-
Mailbox is the SPM mechanism in charge of IPC, and is **relevant for multicore systems only**.
190+
Mailbox is the mechanism used to implement Inter Processor Communication and **only relevant for multicore systems**. Mailbox is used by SPM for communicating with secure partitions from nonsecure processing environment.
191191

192192
#### Concepts
193193

0 commit comments

Comments
 (0)