I have a situation where I need to sample from multiple channels using SAADC on a timer (similar to maximum performance example). However, the added catch is that at the end I want to use a timer to reset an external circuit. I have it somewhat working but I'm currently using the RESULTDONE event to trigger the reset. I've noticed that event gets fired multiple times, once for each channel. The documentation is slightly vague on this point but it looks like that is expected behavior. Is there an event I can use to tell me when ALL channels have finished?