Skip to content

Commit 67d89e0

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

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
@@ -205,7 +205,7 @@ The SPM mailbox mechanism requires the platform to have the following capabiliti
205205
These are the guidelines you should follow if you have multicore systems:
206206

207207
- For each core, initialize, configure and enable the a mailbox event (usually an interrupt) at `SystemInit()`.
208-
- For each core, implement the mailbox event handler (usually interrupt handler):
208+
- For each core, implement the IPC event handler (usually interrupt handler):
209209
- This handler must call an Arm callback function. The [HAL functions section](#hal-functions) explains this in more detail.
210210
- It is your responsibility to clear the mailbox event. You can do this in the event handler.
211211
- For each core, implement the HAL function that notifies the peer processor about a mailbox event occurrence. This is a part of the HAL, and the section below explains this in more detail.

0 commit comments

Comments
 (0)