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.

Using an adc port on CC2530

Other Parts Discussed in Thread: CC2530

Please let me know how to make use of an ADC pin to read a sensor input.

I have taken the following code as reference.

value = HalAdcRead(HAL_ADC_CHANNEL_4, HAL_ADC_RESOLUTION_12);

Will this give 12 bits resolution or 10-bits?

Thanks