Hello ,
I am having nrf52832 custom board.
In my project i need to use both CLOCK source ( Low frequency clock and High frequency clock source ).
Timer running on high frequency but when i call below function then it's reflect fatal error.
so, their is any problem if i use both clock source in application?
static void lfclk_config(void)
{
ret_code_t err_code = nrf_drv_clock_init();
APP_ERROR_CHECK(err_code);
nrf_drv_clock_lfclk_request(NULL);
}
Thank you,
vivek machchhar