Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF
Hi there;
I have an ADC sensor which has 10-bit resolution and as you know ADC support of CC3220sf is 12-bit resolution.
Is thre any problem about using of 10-bit sensor on my ADC channells directly. Is there any problem by the side of accuracy?
Otherwise is there any possibility about changing resolution of my ADC channells to 10-bit resolution.
According on following codes there is a params parameter in ADC_open function. What is the 'custom' member of this parameter as named as params. Can I set this kind of operation with using of this custom member of params parameter in there?
adc = ADC_open(CONFIG_ADC_0, ¶ms);
params.custom ???
Regards