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.

CC2340R5: Does the SimpleLink™︎ Low Power F3 SDK (v9.11.00.18) support custom device development?

Part Number: CC2340R5

Hello, I noticed that the SimpleLinkTm Low Power F3 SDK (v9.11.00.18) provides the function ZB_ZCL_DECLARE_CUSTOM_ATTR_CLUSTER_ATTRIB_LIST() for declaring custom cluster attributes. However, I cannot find corresponding functions for binding clusters, configuring endpoints, or declaring device contexts.

I would like to confirm:

  1. Does this SDK natively support fully custom devices​ (creating proprietary device types from scratch), or is it limited to ​extending standard devices​ with additional cluster attributes?
  2. If full customization is supported, ​must I manually implement​ the binding of clusters, endpoint configuration, and context declaration?
  3. Could you please specify ​which API functions​ would be required for such implementation?

Additionally, the approach demonstrated in TI's 'Zigbee Custom Device Types' tutorial (SimpleLink Academy for CC23xx) does not meet my requirements, as I need to ​define a device outside standard clusters​ to implement complex operations. Your expert guidance would be greatly appreciated.