hi,
I am working in ADC in zstack on cc2538 controller
with the below code written
adc_digital_value=HalAdcRead ( HAL_ADC_CHN_AIN5,HAL_ADC_RESOLUTION_8);
I am always getting a value of 0-127 (instead of 0-255).
I am only getting 7 bit resolution with 8 bit resolution set.
Can anyone help me in this I tried to debug a lot but not getting the problem.
AMIT