Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each 2ms interval, so I decided to use PPI events/tasks, as the SAADC seems to have driver functions to get the task register, and HAL functions to get the events register.
I was wondering if there is a SHORTS register for the ADC, so that I don't have to use PPI channels at all (couldn't find anything about it in the documnetation).
Seems a good optimization to me, given what was commented in the tech tour about it.
Regards