This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZB_ZCL_SET_ATTRIBUTE halting app

Ive added another endpoint to the OTA zigbee client example, when I run

ZB_ZCL_SET_ATTRIBUTE(ep,
ZB_ZCL_CLUSTER_ID_ON_OFF,
ZB_ZCL_CLUSTER_SERVER_ROLE,
ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID,
(zb_uint8_t *)&m_dev_ctx.on_off_attr.on_off,
ZB_FALSE);

The program never reaches main(), If I comment it out it reaches main just fine, can someone help me? im on Zigbee SDK 3.1.0

Parents Reply Children
No Data
Related