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

nRF52 radio bit counter

Hello, recently I've found an information about bit counter in Radio Module in nRF52 Product Specification. Unfortunatelly I can't find any reference at infocenter how to use it, neither can I find any example in the Internet or SDK.

In my project I am supposed to stop transmitting data after sending certain amount of packs and I think it could be helpful if I had access to this counter and in certain condition turn it on again. This information gives me lots of hope to solve my problem:

"The bit counter is started by triggering the BCSTART task, and stopped by triggering the BCSTOP task. A BCMATCH event will be generated when the bit counter has counted the number of bits specified in the BCC register."

So my question is: is there any library or example showing how to use interrupt generated by this counter?

Related