Can we use two different bit ADC channel like 16 bit differential mode and 12 bit single ended mode in same code script?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can we use two different bit ADC channel like 16 bit differential mode and 12 bit single ended mode in same code script?
Hello Anmol,
If you want to use different resolution/signal modes for the ADC then you will need to use two different ADC instances (there are ADC A through D on this device). For example, ADC A can be 12-bit single-ended and ADC B can be 16-bit differential. Within an ADC (i.e. ADC A) the resolution/signal mode is the same for all SOCs.