Skip to content

Commit 4f748a6

Browse files
D-Trivenirlubos
authored andcommitted
samples: net: mqtt: Fix stack overflow
Increase network thread stack size to resolve overflow issue observed during WPA3 connection. Fixes SHEL-3748. Signed-off-by: Triveni Danda <[email protected]>
1 parent a2fc58e commit 4f748a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/mqtt/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ CONFIG_NRF70_IRQ_WQ_STACK_SIZE=1024
8080
CONFIG_NRF70_BH_WQ_STACK_SIZE=2300
8181
CONFIG_SHELL_STACK_SIZE=4400
8282
CONFIG_ISR_STACK_SIZE=512
83+
CONFIG_MQTT_SAMPLE_NETWORK_THREAD_STACK_SIZE=5000
8384

8485
# Heap sizes
8586
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y

0 commit comments

Comments
 (0)