Hi
What is the role of RESULT.MAXCNT ?
As the scan mode is based on the number of channels with PSELP != 0 isn't MAXCNT redundant ?
Also, If declaring the buffer as buffers[2][100*4] (for 4 channels scan set):
- Should the size parameter in the initial call to to nrfx_saadc_buffer_convert() be set to 4 or 400 ?
- Will END event be fired after 4 samples (as there are 4 PSELP registers != 0) or 400 ?
Thanks