As we are performing climate tests for custom PCB based on Nordic nrf52832 SOC, in low temperature i.e -20 Deg C the communication is not stable.
After verifying the HFCLKSTAT register the registering SRC is switching between RC and XTAL clock. So we changed the changed clock source to only external clock using
API sd_clock_hfclk_request() to force the soft device to use the external crystal as HF clock source and now communication is stable at low temperature.
Here the question is
will Clock source effect the communication stability in different temperatures?
SDK: 15.3
Softdevice version: 6.1.1