Hi, can anyone explain to me about this example in this link with details : github.com/.../main.c I'm a newbie in nordic and i found it difficult to understand this example. Kindly assist and reply asap. Thanks!
Hi, can anyone explain to me about this example in this link with details : github.com/.../main.c I'm a newbie in nordic and i found it difficult to understand this example. Kindly assist and reply asap. Thanks!
Indeed - it is difficult to assist when it's not clear what assistance you require!
You say you are "a newbie in nordic" - do you have any prior programming experience at all? Do you have any prior experience with microcontrollers?
And NRF_RTC0->CC[0] = NRF_RTC0->COUNTER + 32768;
in the interrupt as the RTC is not reset unless it overflows.
And NRF_RTC0->CC[0] = NRF_RTC0->COUNTER + 32768;
in the interrupt as the RTC is not reset unless it overflows.