nrf52810,sdkV15.0.0
err code:
nrf_gzll_init(NRF_GZLL_MODE_HOST) ;
nrf_gzll_enable();
An hardware error occurred when I called the function nrf_gzll_enable()。
but:
nrf_gzll_init(NRF_GZLL_MODE_DEVICE) ;
nrf_gzll_enable();
enable gzll device mode,its ok.