This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Custom PCB with MDBT50Q with internal Oscillator

I developed a custom pcb using the Raytac MDBT50Q-1M module. I tried to minimize the number of components added to the pcb by omitting the external 32K crystal oscillator since the datasheet indicates it as optional.

The software was developed in the nRF Connect SDK 1.2.0 and performs properly on our dev board the MDBT50Q-DB from Raytac which does contain an external crystal.

When I flash the code onto our custom board in debug mode I have observed it goes into an idle state because the clock has not started.

What changes to what files/variables do I need to make in order for the internal RC oscillator to be used and started? I am new to this development platform and have external developers helping write the code but they are being unresponsive to my request.

The project is built with the nrf52840_pca10056 selected as the board in project setup.

Related