I am a beginner who just received nRF52840 and working through Getting started with nRF Connect SDK (nRF52 Series). Everything worked fine until I got to chapter "Testing with a mobile Device". I received this error message: Building ‘zephyr/zephyr_prebuilt.elf’ from solution ‘build’ in configuration ‘Common’
Compiling ‘empty_file.c’
Linking ‘zephyr_prebuilt.elf’
B 192 KB 90.70%
B 24 KB 128.90%
zephyr\zephyr_prebuilt.elf section `noinit' will not fit in region `SRAM'
section .intList VMA [20006000,20006097] overlaps section noinit VMA [200035c0,20007bbe]
region `SRAM' overflowed by 7103 bytes
ld returned 1 exit status
B 2 KB 7.42%
Build failed
I have made no changes to the installation or program. Does this failure mean that my development kit has a problem?