Hello,
I am working with the BL652 EVK from LAIRD. The EVK has nRF52832 IC inside of the module. I downloaded the "nRF5_SDK_15.0.0_a53641a" and trying to use "ble_app_uart_pca10040_s132” application. This application is for nRF52832 with external crystal. The EVK that I use does not have an external crystal. I modified the code like below. However, I can not successfully run the code in the MCU. What could be the problem ? Can anyone help ?
nrf_clock_lf_cfg_t const clock_lf_cfg =
{
.source = 0,
.rc_ctiv = 16,
.rc_temp_ctiv = 2,
.accuracy = NRF_SDH_CLOCK_LF_ACCURACY
};