I am developing my ADC sampling code for minimal power consumption. There is a timer with ppi module that generates interrupt for sampling. Please see the code below:
Can I use app_timer instead of NRF_DRV_TIMER_INSTANCE in this code to reduce overall micro power consumption? What are the other areas of the code I could change to reduce micro power consumption.
Please advise.