You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/psa/spm.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ The SPM mailbox mechanism requires the platform to have the following capabiliti
205
205
These are the guidelines you should follow if you have multicore systems:
206
206
207
207
- 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):
209
209
- This handler must call an Arm callback function. The [HAL functions section](#hal-functions) explains this in more detail.
210
210
- It is your responsibility to clear the mailbox event. You can do this in the event handler.
211
211
- 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