选择版本

选择版本

未找到结果。请清除搜索并重试。

SIMPLELINK-LOWPOWER-F3-SDK

SimpleLink™ Low Power F3 software development kit (SDK) for the CC23xx and CC27xx devices

选择版本
未找到结果。请清除搜索并重试。
最新版本
版本: 8.40.02.01
发布日期: 2025-2-28
产品
低功耗 2.4GHz 产品
CC2340R2 具有 256kB 闪存的 SimpleLink™ 32 位 Arm® Cortex®-M0+ 2.4GHz 无线 MCU CC2340R5 具有 512kB 闪存的 SimpleLink™ 32 位 Arm® Cortex®-M0+ 2.4GHz 无线 MCU CC2755R10 具有 1MB 闪存的 SimpleLink™ 32 位 Arm® Cortex®-M33 低功耗 Bluetooth® 无线 MCU
汽车类无线连接产品
CC2340R5-Q1 具有 512kB 闪存、符合汽车标准的 SimpleLink™ 低功耗 Bluetooth® 无线 MCU CC2745P10-Q1 具有 1MB 闪存、HSM、APU、CAN-FD 和 +20dBm 的汽车级 SimpleLink™ 低功耗 Bluetooth® 6.0 无线 MCU CC2745R10-Q1 具有 1MB 闪存、HSM、APU 和 CAN-FD 的汽车级 SimpleLink™ 低功耗 Bluetooth® 6.0 无线 MCU
硬件开发
评估板
LP-EM-CC2340R5 CC2340R5 SimpleLink™ 低功耗 Bluetooth® 5.3 MCU LaunchPad™ 开发套件 LP-EM-CC2745R10-Q1 CC2745R10-Q1 SimpleLink™ 2.4GHz 无线 MCU LaunchPad™ 开发套件

发布信息

The SimpleLink™ Low Power F3 Software Development Kit (SDK) delivers components that enable engineers to develop applications on the Texas Instruments SimpleLink CC23xx family of wireless microcontrollers (MCUs). This software toolkit provides a cohesive and consistent software experience for all SimpleLink CC23xx wireless MCU users by packaging essential software components, such as:

  • Bluetooth® Low Energy (BLE) protocol stack

  • Zigbee® protocol stack supporting low power wireless mesh networks

  • Proprietary RF layer

  • TI Drivers

All of the above are provided in one easy-to-use software package along with example applications and documentation.

The SimpleLink MCU portfolio offers a single development environment that delivers flexible hardware, software, and tool options for customers developing wired and wireless applications. With 100 percent code reuse across host MCUs, Wi-Fi™, Bluetooth Low Energy, Sub-1GHz devices and more, choose the MCU or connectivity standard that fits your design. A one-time investment with the SimpleLink software development kit allows you to reuse often, opening the door to create unlimited applications. For more information, visit TI SimpleLink Wireless Connectivity.

This is version 8.40.02.01 of the SimpleLink Low Power F3 SDK.

Supported Features and Limitations

CC23xx

TI Crypto Driver Overview Support Status Additional Comment AES-CCM Supported AES-ECB Supported AESECB_oneStepDecrypt, AESECB_setupDecrypt not supported AES-GCM Supported AES-CTR Supported AES-CBC Supported AESCBC_oneStepDecrypt, AESCBC_setupDecrypt not supported AES-CTR-DRBG Supported AES-CMAC Supported SHA-256 Supported ECDH Supported ECIES Supported RNG Supported TRNG Not Supported

CC27xx

TI Crypto Driver Overview Support Status Additional Comment AES-CCM Supported LAES + HSM AES-ECB Supported LAES + HSM AES-GCM Supported LAES + HSM AES-CTR Supported LAES + HSM AES-CBC Supported LAES + HSM AES-CTR-DRBG Not Supported This is supported via RNG AES-CMAC Supported LAES + HSM ECDH Supported HSM ECDSA Supported HSM RNG Supported HSM (AES-CTR-DRBG) TRNG Supported HSM

LAES & HSM Limitations

The CC27xx family of devices now include a Hardware Security Module (HSM) for cryptographic and key storage features.

For crypto drivers that support the HSM and LAES, a failure in the HSM bootup process will be cached in the driver’s handle. If the user attempts to perform an HSM operation later, it will return an error due to the cached initialization error. LAES operations would continue to function without issue in that case.

For drivers that support running operations on both hardware accelerators, a switch has been implemented so that the driver knows which engine to use to execute the operation on. This switch is part of the cryptography operation’s key. The key encoding associated with each key that is included as part of the user-provided data to the driver is where the user can specify which hardware accelerator to use.

  • To leverage the HSM hardware accelerator, the user has to call ‘CryptoKeyPlaintextHSM_initKey(..)’ API and pass in the plaintext key as well as the key length.

  • To leverage the LAES hardware accelerator, the user has to call ‘CryptoKeyPlaintext_initKey()(..)’ API and pass in the plaintext key as well as the key length.

NOTE:

  • Mass erasing the CC27xx without retaining protected sectors will result in the erasure of the HSM firmware. Please see the Quick Start Guide: Build your first program for the CC23xx or CC27xx device on how to re-flash the HSM firmware.

新增功能

  • Certified Zigbee Stack.

  • Zigbee OTA support.

  • Minor bug fixes in SCCM.