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.

RTOS/CC2650: Unable to read battery AON_BATMON->BAT register contents

Part Number: CC2650

Tool/software: TI-RTOS

Hello Experts,

I am currently working on TIMAC - Power management module for cc2650

IAR Workbench version - 7.40.2.8570, TIMAC - 1.5.2, TIRTOS - 2.11.01.09(For SimpleLink Wireless cc 26xx MCUs this is the latest version).

I am unable to read the contents of Battery register that holds the last measured battery voltage, I trie using the AONBatMonBatteryVoltageGet() interface and also direct method of HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT).

Both are yielding incorrect data, however the register contents are correct. Please suggest what is going wrong here.