Skip to content

Commit b4058d7

Browse files
maje-embrlubos
authored andcommitted
applications: machine_learning:Fix stack overflow on nRF54L15
Increase main stack size on nRF54L15 to support CRACEN_PROVISION_PROT_RAM_INV_DATA Ref: NCSDK-34786 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 2efd6d7 commit b4058d7

File tree

1 file changed

+1
-1
lines changed
  • applications/machine_learning/configuration/nrf54l15dk_nrf54l15_cpuapp

1 file changed

+1
-1
lines changed

applications/machine_learning/configuration/nrf54l15dk_nrf54l15_cpuapp/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CONFIG_EI_WRAPPER=y
5959

6060
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
6161
CONFIG_ISR_STACK_SIZE=1536
62-
CONFIG_MAIN_STACK_SIZE=768
62+
CONFIG_MAIN_STACK_SIZE=1024
6363
CONFIG_IDLE_STACK_SIZE=512
6464

6565
CONFIG_HEAP_MEM_POOL_SIZE=2048

0 commit comments

Comments
 (0)