I am a begineer in Nordic trying to read voltage and current readings from ADC pin. I need to read both values in parallel, with known interval. So I need to use interrupts and add timestamps for current and voltage readings. I had tried combining SPI, I2C and ADC for a try; but unable to achieve paralle reading with timestamps. I failed to identify the prcedure to do the same. Should I use RTC, Timer or PPI? Also how to get current time with compensating overflow.?