Hi,
I am using 7x7 package having 8 [ DIO23,24,25,26,27,28,29,30 ] analog capability GPIO.
1. The IO's are using ADC1 (OR) ADC0 to read the analog values. Please confirm.
Share any additional information.
Regards,
Rahul K V
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.
Hi,
I am using 7x7 package having 8 [ DIO23,24,25,26,27,28,29,30 ] analog capability GPIO.
1. The IO's are using ADC1 (OR) ADC0 to read the analog values. Please confirm.
Share any additional information.
Regards,
Rahul K V
Hi Rahul,
The CC2640R2F has a BATMON battery monitor peripheral that is completely separate from the ADC. You can review its specs in Section 8.20 of the Datasheet and read more about its functionality from Chapter 18 of the TRM. I also recommend that AON Battery Monitor Driverlib functions for guidance on how to use it in your application. You can review the ADC TI Driver API and adcsinglechannel example project for using the general purpose ADC.
Regards,
Ryan
ou can use ADC1 (OR) ADC0 to do ADC reading from DIO23,24,25,26,27,28,29, or 30 with 7x7 package
Thanks for your response.