Skip to content

Commit 1541856

Browse files
jaz1-nordicnordicjm
authored andcommitted
sdp: mspi: Decrease PBUF RX buffer size
Decrease PBUF RX buffer size to be able to send more than one message at the same time. Signed-off-by: Jakub Zymelka <[email protected]>
1 parent 698d1ab commit 1541856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/sdp/mspi/boards/nrf54l15dk_nrf54l15_cpuflpr.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ CONFIG_OUTPUT_DISASSEMBLY=y
4646
CONFIG_COMMON_LIBC_MALLOC=n
4747

4848
CONFIG_COMPILER_OPT="-fshort-enums"
49-
CONFIG_PBUF_RX_READ_BUF_SIZE=1024
49+
CONFIG_PBUF_RX_READ_BUF_SIZE=768

snippets/sdp/mspi/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONFIG_MSPI=y
22
CONFIG_MBOX=y
33
CONFIG_IPC_SERVICE=y
44
CONFIG_IPC_SERVICE_BACKEND_ICMSG=y
5-
CONFIG_PBUF_RX_READ_BUF_SIZE=1024
5+
CONFIG_PBUF_RX_READ_BUF_SIZE=768
66

77
# Additional compiler flags
88
CONFIG_COMPILER_OPT="-fshort-enums"

0 commit comments

Comments
 (0)