I am testing the RTC example in nRF5 SDK v17.1.0.
This example shows LED1 switching at a rate of 8 Hz and LED2 lighting up after 3 seconds.
This is confirmed.
The programme shows that the action after 3 seconds is performed by a compare event interrupt, but only one entry is made to this interrupt.
I would like to repeat this interrupt every three seconds to make LED2 blink, but please tell me exactly how to change the programme.