For the nRF5xxxxx series, it looks like it has a differential ADC with 8 positive and 8 negative channels. It also looks like it has a scan mode where it will sequentially scan all the channels and sample them. What's not clear is if I have all 8 positive and 8 negative channels enabled, will scan mode sample all 8x8=64 permutations of channels selected, or only scan the positive and negative corresponding channel numbers (8)?
For my application, I'm interested in sampling all 64 combinations of positive and negative channels with a 1khz sampling rate per channel. If the hardware doesn't support this type of scanning, can I achieve this using some other means?