Skip to content

Commit bd872da

Browse files
committed
crypto: Updating main stack for cc3xx an nRF54H20
-Trying a higher value to avoid stack overflow for BLE samples. Targetting nRF5340 and nRF54H20 CPUAPP/CPURAD Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent d233256 commit bd872da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Kconfig.nrf

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ config NET_SOCKETS_OFFLOAD_TLS
6161
# - For Cracen RNG
6262
config MAIN_STACK_SIZE
6363
default 3584 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
64+
default 3072 if (SOC_NRF54H_CPUAPP || SOC_NRF54H_CPURAD)
65+
default 3072 if ENTROPY_CC3XX && !BUILD_WITH_TFM
6466
default 2048 if ZTEST
65-
default 2048 if ENTROPY_CC3XX && !BUILD_WITH_TFM
66-
67+
6768
config ZTEST_STACK_SIZE
6869
default 2048 if ZTEST
6970

0 commit comments

Comments
 (0)