I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
The solution I proposed is different than your code in that it keeps the same channel_config, but alters the positive pin when init second channel. It's very possible that this doesn't solve your issue, but it solved mine.
Thanks for sending the code segment with your solution