Using the nRF5340 DK, SB1 and SB2 is cut and SB3 and SB4 is shorted (disconnecting 32kHz xta from pinsl)
Using the sample/basic/button example in 2.3.0 / nRF Connect.
In the prj.conf, I've set:
Using the nRF5340 DK, SB1 and SB2 is cut and SB3 and SB4 is shorted (disconnecting 32kHz xta from pinsl)
Using the sample/basic/button example in 2.3.0 / nRF Connect.
In the prj.conf, I've set:
Hi Geir
I handled an issue recently which sounds similar, you can check out the ticket here.
Could you try to add the following configuration to your project configuration?
CONFIG_SOC_ENABLED_LFXO=n
If the netcore is used you need to add this for the child_image configuration as well.
In the old case there was a second problem since TF-M was used, and the application was built for the non secure board, but I assume you are not running TF-M if you are just trying to build the button sample.
Best regards
Torbjørn
Thanks, it worked. It should be CONFIG_SOC_ENABLE_LFXO=n, though.
Thanks for the quick response.
Thanks, it worked. It should be CONFIG_SOC_ENABLE_LFXO=n, though.
Thanks for the quick response.
Thanks for the update. Good to hear that you got it working, and sorry for the typo!
Good luck with your project
Regards
Torbjørn