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
This issue is common to see when the 32kHz crystal is missing, the RTT viewer start ste device in a debug mode so then it simulates it internally.
Doas all SW not work or just yours?
Have you tested something else?
Regards,
Jonathan
This issue is common to see when the 32kHz crystal is missing, the RTT viewer start ste device in a debug mode so then it simulates it internally.
Doas all SW not work or just yours?
Have you tested something else?
Regards,
Jonathan
All my SW does not work.
Also, RTT viewer is not in debug mode.
Hi Jonathan, I would like to follow up on this
How does the board get power?
Can you share schematics?
epolicar said:All my SW does not work.
Have you tested som basic samples ?
Regards,
Jonathan
Have you tested som basic samples ?
Yes, I did.
I made a bare metal code that blinks LED. This code starts up on itw own upon power up. Could the problem be in Zephyr start up code and configuration?