Skip to content

Commit d793aa5

Browse files
jaz1-nordicmasz-nordic
authored andcommitted
sdp: mspi: Increase PBUF RX buffer size
Increase size of the PBUF RX to be able to handle longer messages. Signed-off-by: Jakub Zymelka <[email protected]>
1 parent 16ac742 commit d793aa5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

applications/sdp/mspi/boards/nrf54l15dk_nrf54l15_cpuflpr.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +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

snippets/sdp/mspi/app.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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
56

67
# Additional compiler flags
78
CONFIG_COMPILER_OPT="-fshort-enums"

0 commit comments

Comments
 (0)