Skip to content

Commit 72a34fe

Browse files
jaz1-nordicmasz-nordic
authored andcommittedFeb 25, 2025·
applications: sdp: mspi: fix for ipc bound problem
Increase delay to wait a little bit more for IPC service to be ready on APP side. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
1 parent f79bb54 commit 72a34fe

File tree

1 file changed

+1
-1
lines changed
  • applications/sdp/mspi/src

1 file changed

+1
-1
lines changed
 

‎applications/sdp/mspi/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ static int backend_init(void)
456456

457457
#if !defined(CONFIG_SYS_CLOCK_EXISTS)
458458
/* Wait a little bit for IPC service to be ready on APP side. */
459-
while (delay < 1000) {
459+
while (delay < 5000) {
460460
delay++;
461461
}
462462
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.