Dear Nordic guy, I 'm developing LG product with nrf51822 chip. I have some question.
- Applcation SW timer use the rtc1 clock source.so, When NRF_timer interrupt expired during rtc1 SW timer handler code is executing, Does NRF_timer interrupt handler is executed immediately? Or Does NRF_timer interrupt handler is executed after finishing rtc1 SW timer handler code execution?
- As I know,NRF_timer use the 16Mhz main clock. How much current consumption is happened when we use this timer?