Hello,
I am developing product with lauchxl-cc2650. Rev 1.3
I wanted to measure battery voltage using ADC driver.
Please guide me,
what document or example code or user/application guide I should refer for ADC measurements.
Thank you,
Dnyaneshvar
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.
Hello,
I am developing product with lauchxl-cc2650. Rev 1.3
I wanted to measure battery voltage using ADC driver.
Please guide me,
what document or example code or user/application guide I should refer for ADC measurements.
Thank you,
Dnyaneshvar
Hello Dnyaneshvar,
Inside the TI-RTOS Documentation Links you will find the CC26xx Driver Library documentation which includes APIs for the AON Battery Monitor. You can find more information about the peripheral and registers from Chapter 18 of the TRM. Furthermore, the battservice.c file from the sensortag project demonstrates reading battery voltages. You can find it from the C:\ti\simplelink\ble_sdk_2_02_07_06\src\profiles\batt\cc26xx directory.
Regards,
Ryan
Thank you Ryan for all the data you provided.
feels like I got the hidden treasure.
Thank you.