Texas Instruments platform overview#

The TI platform is a Matter platform based on the Texas Instruments Incorporated SimpleLink SDK.

The following diagram is a simplified representation of a Matter application which built on the TI Platform.

matter_ti_overview_simplified

BLE and Thread stacks#

In the TI example applications the Bluetooth Low Energy protocol is used to provision the Thread protocol to enable Matter communication. Then Thread is used for IP communication with other Matter devices.

The TI applications leverage the Bluetooth Low Energy stack on the CC13XX and CC26XX families. This BLE software is distributed in binary form within the TI SimpleLink SDK. The BLE stack leverages code that is present in the device ROM for certain common BLE operations.

These applications leverage the OpenThread stack available within the Matter repository for Thread communication. Platform support source is built from the SimpleLink SDK.

These connection protocols can be run concurrently by using the Texas Instruments Dynamic Multi-protocol Manager.


LwIP stack#

The Lightweight IP stack interfaces with the OpenThread stack to offer standard IP connectivity protocols that OpenThread does not natively support. This offers a standard socket based interface to the Matter platform.


MbedTLS#

The MbedTLS library is used by OpenThread and Matter for a wide variety of protocols. This ranges from basic AES and SHA to cryptographic protocols like ECDSA and ECDH.

The MbedTLS library is hardware accelerated using the TI SimpleLink SDK drivers. This is achieved through the usage of _ALT defines in the MbedTLS configuration file.


Matter integration#

Matter interacts with LwIP, OpenThread, and the TI BLE stack to achieve the protocol and application functionality. A BLE profile is registered with the TI-BLE stack to enable provisioning and configuration. Once the device is provisioned Matter will configure the OpenThread interface to connect to an existing Thread network or to start its own network. From there the Matter IP messages are sent to the LwIP stack to be routed to the OpenThread stack for transmission.

Overall, applications generally only need to interface with the Cluster Library from Matter. The transport of messages and configuration of the device is all handled by the platform implementation files.


Matter example applications#

Sample Matter applications are provided for the TI platform. These can be used as reference for your own application.


Build system#

The TI platform uses GN to generate ninja build scripts. Build files have already been written to build and link the TI specific code within the SimpleLink SDK.


CC2674 Migration#

For instructions on how to migrate the CC1354P10-6 examples to either the CC2674P10 or the CC2674R10, please refer to the guide linked below.


Factory Data Programming Tool#

For instructions on how to program custom factory data on TI devices, please refer to the guide linked below.


Intermittently Connected Devices#

For instructions on how to use Matters’ ICD feature on TI devices, please refer to the guide linked below.


Matter Openthread Library Configuration#

For instructions on how to configure the Openthread build configuration for a Matter application, please refer to the guide linked below.


TI Support#

For technical support, please consider creating a post on TI’s E2E forum. Additionally, we welcome any feedback.