i have a custom NRF52832 board.
it have a 32mHz crystal but have not 32kHz crystal.
i use keil Uvision for programming, compile and burn the chip.
i use this example:
nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_beacon\pca10040\s132\arm4
and i can load this example to my ble module.
but the module doesnt work.
i thought it can be about oscillator configurations and i tried my variants but it didnt work.
this is schematic:
and this my clock configurations;
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}