Hello people
I have two custom boards with and without Low Frecuency Crystal. While I am debugging, both boards work ok, I can do advertise, scan and read accelerometer values through interrupt. When I stop the debugger, only the accelerometer in the board without crystal does not work. But if I disable CONFIG_BT_OBSERVER=n, the accelerometer works. I have this configuration in the board with RC
zephyr = v2.7.99
nrf = v1.9.1
IDE = VS Code
mcu = nrf52805
acc = LIS2DH
Do you have any suggestion why it does not work? I reboot the board when I stop the debug. Thank you.