nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
PS:
Regards,
nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
See if the external crystals are mounted the correct way. the LFXO (32kHz) should work, but the HFXO(32MHz) can be mounted wrong if rotated 90 degrees. So double check that.
HFXO is mounted correctly.
CONFIG_CLOCK_CONTROL_NRF_K32RC_SYNTH=yCONFIG_CLOCK_CONTROL_NRF_K32RC_XTAL=n
These settings did not work.
Even the Blinky example will not start on its own unless RTT viewe is connected.
I would appreciate a reply.
Regards,
What version of the SDK are you using ?
When using RTT Viewer the device is forced in debug mode, so that is why. Debug mode forces a few settings power and clock. In your other projects you dont have the configs correctly set up so that is why only debug mode works.
See: https://devzone.nordicsemi.com/f/nordic-q-a/98203/nrf52832-can-not-run-without-debugger/418083
https://devzone.nordicsemi.com/f/nordic-q-a/112027/segger-rtt-viewer-connection-latches-device-to-high-power-if-not-disconnected/488497
Are you disabling the DCDC?
Regards,
Jonathan
Yes DCDC is disabled.
I will let you know what happens after I changed the cap to 4.7uF.
Can you also share what SDK version you are using?