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.

SIMPLELINK-CC13X2-26X2-SDK: Error adding ELECTRICAL MEASUREMENT CLUSTER

Part Number: SIMPLELINK-CC13X2-26X2-SDK
Other Parts Discussed in Thread: SIMPLELINK-CC13XX-CC26XX-SDK, Z-STACK

Hello everyone. 

  • Application build error;
  • Compile time errors
  • Mismatch between the files generated by Application build and the ZCL cluster files (zcl_ms.h included in zcl_config.h and ti_zstack_config.h).

I am developing  Zigbee device based in the Sampleapp application and  using the Application Builder to configure it. 

In the Application builder, when the Electrical Measurement Custer is included, it results in compile time errors. After a small analysis, I found a mismatch between the configuration files (ti_zstack_config.h) and the ZCL cluster files (zcl_ms.h), both files are generated by the Application Builder. The mismatch consists of different macros, the macro ZCL_ELECTRICAL_MEASUREMENT in the ti_zstack_config.h is different from the macro ZCL_MS in the cluster file (zcl_ms.h). 
(TI_ZSTACK_CONFIG.h)
(ZCL_CONFIG.h)
(ZCL_MS.h)