nrf52832 NRF_RADIO->BCC

Hello, I am currently using (\nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio\receiver)routine to develop.I want to check if the first N bytes of the received packet are the content I need. If not, I need to immediately stop Bluetooth reception and turn on a new Bluetooth reception.

To complete my requirement,I found that the "6.18.11 Bit counter" in the document(nRF52833_PS_v1.6.pdf) perfectly meets my needs, but I couldn't find any example to use it.

So my question is: is there any example showing how to use this register(or task/event) in BLE receive?

Related