Skip to content

Commit 05d7b82

Browse files
Alexander Zilberkantdanny4478
andauthored
Update docs/porting/psa/spm.md
Co-Authored-By: danny4478 <[email protected]>
1 parent 7f01d49 commit 05d7b82

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
@@ -206,7 +206,7 @@ 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()`.
208208
- For each core, implement the IPC event handler (usually interrupt handler):
209-
- This handler must call an Arm callback function. The [HAL functions section](#hal-functions) explains this in more detail.
209+
- The handler must call an Arm callback function. Refer to [HAL functions section](#hal-functions) for more details.
210210
- 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.
211211
- For each core, add the "SPM_MAILBOX" component field for its target node in mbed-os/targets/targets.json file.
212212

0 commit comments

Comments
 (0)