Skip to content

Commit e5920ec

Browse files
committed
ble: sample: Increase stack size for DTM for nRF54H CPURAD
-Ended up with defaults likely to low Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent aef7d76 commit e5920ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/bluetooth/direct_test_mode/boards/nrf54h20dk_nrf54h20_cpurad.conf

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ CONFIG_NRFX_TIMER2=n
1212
# Use necessary peripherals
1313
CONFIG_NRFX_TIMER020=y
1414
CONFIG_NRFX_TIMER021=y
15+
16+
CONFIG_MAIN_STACK_SIZE=2048
17+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

0 commit comments

Comments
 (0)