This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52810 enabling gzll host mode to trigger hardware errors

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.

Related