Hello,
I'm working on a custom board based on PCA10040, but it seems to be stuck at the function "lfclk_spinwait".
Comparing both schematics the only obvious difference concerning the nRF52832 is the RTC Oscillator which is not mounted in the custom board, both pins are left disconnected.
Some additional data:
- SDK: NCS v1.9.0
- FW: blinky sample.
The full call stack in the image below:
I've tried unchecking the "nRF Real Timer Counter" setting, but it leads to the following building errors:
c:/ncs/v1.9.0/toolchain/opt/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: zephyr/kernel/libkernel.a(sched.c.obj): in function `z_reset_time_slice':
C:\NCS\v1.9.0\zephyr\kernel\sched.c:403: undefined reference to `sys_clock_elapsed'
c:/ncs/v1.9.0/toolchain/opt/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: zephyr/kernel/libkernel.a(timeout.c.obj): in function `elapsed':
C:\NCS\v1.9.0\zephyr\kernel\timeout.c:64: undefined reference to `sys_clock_elapsed'
Any ideas about what could be the cause?
Best regards.