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.

"AON_BATMON_CYCLE_32" is undefined

Other Parts Discussed in Thread: CC2650

Compiling SimpleBLEBroadcasterStack Im getting the following error:

define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/pwrmon.pp" --obj_directory="HAL/Target/CC2650/Drivers"  "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c"
"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c", line 93: warning #225-D: function "AONBatMonMeasurementCycleSet" declared implicitly
"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c", line 93: error #20: identifier "AON_BATMON_CYCLE_32" is undefined
1 error detected in the compilation of "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c".

>> Compilation failure
gmake[1]: *** [HAL/Target/CC2650/Drivers/pwrmon.obj] Error 1
gmake[1]: Target `main-build' not remade because of errors.
gmake: *** [all] Error 2

**** Build Finished ****