Hey All,
I ran an application on nrf52840 without any problems. However, when I built it for nRF5340 and ran it, I got the following error:
Any ideas?
Hey All,
I ran an application on nrf52840 without any problems. However, when I built it for nRF5340 and ran it, I got the following error:
Any ideas?
Hi,
You are getting a stack overflow. Try increasing the main stack size by putting CONFIG_MAIN_STACK_SIZE=4096
(or a higher number) in your prj.conf file.
It did the trick :) Thanks!