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.

CC2652P: Can CC2652P work Matter over Thread & Zigbee concurrently?

Part Number: CC2652P
Other Parts Discussed in Thread: Z-STACK

Tool/software:

We would like to have a Linux host with single CC2652P to have Matter over Thread and Zigbee working concurrently. Does TI support such application?

  • Hi YK,

    Are you referring to a gateway Thread RCP + Zigbee ZNP solution, or a Matter End Device + Zigbee End Device.  Either way, this is currently not supported by TI's SimpleLink devices.  One significant gap would be the build environments of either, since TI's Thread/Matter repositories are build using FreeRTOS + GCC whereas Z-Stack is only located in the SimpleLink F2 SDK compiled with TI-RTOS7 + TI-CLANG.  Then there is the question of having a DMM solution which supports the Thread/Matter and ZNP stacks, where only the CC2674X10 could reasonably be considered due to image size.  Thus I believe having two SimpleLink devices, one for each protocol, is a much more feasible design option.

    Regards,
    Ryan

  • I mean to have gateway Thread RCP + Zigbee ZNP solution. Anyway, you already confirmed this is not yet supported even with CC2674X10. We will consider using two chips or solution from other vendor. Thanks.