Hi Nordic DevTeam,
What I have learned from this thread below is that using 32kHz external crystal provides less power consumption and better accuracy :
From the datasheet of nRF52840, the LFCLK is only used for RTC (like app_timer) and watchdog, or is there any other important parameter that is affected by this like BLE/UART?
From what I understand is that the BLE and UART implementation is based on HFCLK (32MHz crystal is already embedded for this), is this correct?
I want to justify whether I would actually need a 32kHz crystal, my application is for transparent UART application (like in ble_app_uart basically). From what I've read so far, internal RC seems to be good enough for my application. However, I am worried about this "The LFRC frequency will be affected by variation in temperature."? Is there any details chart temperature vs frequency devation on this internal RC or is it generic?