Flashing target device from dev kit

Is it necessary to use the 32768 crystal on the target device in order to flash that device using a connection to the nRF52 development board, or can the device use the internal RC oscillator?

if it can use the RC oscillator, how must the setup be changed?

Parents Reply Children
  • Hi, the RTC timers in the RTOS uses low frequency oscillator. This RTC is running even in sleep mode so you need this LF clock even in low power modes. It is very unlikely that you are designing something that does not use a peripheral that does not use a LF clock. so in short, you need either a external crystal or need to configure to use internal RC for LFCLK for your system to work.

Related