Skip to content

Commit a4c6aea

Browse files
doki-nordicrlubos
authored andcommitted
samples: ipc: ipc_service: Prevent radio core from hanging on log print
The radio core on nRF54H20 stops after some time. It was caused by enabled PM and printing is done in this sample. Disabling PM solves it. Jira: NCSDK-35550 Signed-off-by: Dominik Kilian <[email protected]>
1 parent 5846c83 commit a4c6aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/ipc/ipc_service/remote/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ CONFIG_IPC_SERVICE=y
1313
CONFIG_IPC_SERVICE_LOG_LEVEL_INF=y
1414

1515
CONFIG_MBOX=y
16+
CONFIG_PM=n

0 commit comments

Comments
 (0)