Begin developing and testing CC2340R5 with TI's Launchpad environment
See required software and hardware to start developing your application code for CC2340R5.
Select a platform
开发套件
LP-EM-CC2340R5
— CC2340R5 SimpleLink™ 低功耗 Bluetooth® 5.3 MCU LaunchPad™ 开发套件
TI.com 上无现货
评估板
LP-XDS110ET — XDS110ET 具有 EnergyTrace™ 软件的 LaunchPad™ 开发套件调试器
TI.com 上无现货
IDE、配置、编译器或调试器
ENERGYTRACE — MSP EnergyTrace 技术(在 Code Composer Studio™ IDE 中提供)
Need to analyze application energy profile for power optimization.
开发套件
LP-XDS110 — XDS110 LaunchPad™ development kit debugger
TI.com 上无现货
线上培训
SIMPLELINK-ACADEMY-CC23XX — Simplelink™ CC23xx Academy
SIMPLELINK-ACADEMY-CC23XX — Simplelink™ CC23xx Academy
版本: 1.00.00.00
发布日期: 03 四月 2023
产品
低功耗 2.4GHz 产品
汽车类无线连接产品
硬件开发
评估板
发布信息
Initial release of CC23xx academy
IDE、配置、编译器或调试器
CCSTUDIO — Code Composer Studio 集成式开发环境 (IDE)
CCSTUDIO — Code Composer Studio 集成式开发环境 (IDE)
版本: 20.1.1
发布日期: 01 四月 2025
校验和
校验和
校验和
此设计资源支持这些类别中的大部分产品。
查看产品详情页,确认是否能提供支持
-
parametric-filter 数字信号处理器 (DSP) -
parametric-filter 基于 Arm 的处理器 -
parametric-filter MSP430 微控制器 -
parametric-filter C2000 实时微控制器 -
parametric-filter 基于 Arm 的微控制器 -
parametric-filter 信号调节器 -
parametric-filter 毫米波雷达传感器 -
parametric-filter Wi-Fi 产品 -
parametric-filter 低于 1GHz 产品 -
parametric-filter 数字电源隔离式控制器
产品
Arm Cortex-M0+ MCU
Arm Cortex-M4 MCU
Arm Cortex-R MCU
汽车毫米波雷达传感器
工业毫米波雷达传感器
Sub-1GHz 无线 MCU
硬件开发
评估板
开发套件
文档
发布信息
The Code Composer Studio™ IDE is a complete integrated suite that enables developers to create and debug applications of all Texas Instruments Embedded Processors (Sitara, DSP, Automotive, Keystone), Microcontrollers (SimpleLink™, C2000 Digital Control, MSP430, TM4C, Hercules), as well as Digital Power (UCD) and Programmable Gain Amplifier (PGA) devices.
CCS v20 is TI’s next generation Integrated Development Environment (IDE) based on Theia IDE framework. CCS v20.1.1 uses a modified version of the Theia-IDE framework and offers a user experience similar to Visual Studio Code™.
- Installation instructions and User's Guide
- Windows 32bit is not supported with CCSv20.
- XDS510 class debug probes are not supported with CCSv20.
最新信息
- Enhancements to the Watch and Variable views (ability to display address, type; fixed update issue in certain scenarios)
- Enhancements to the Disassembly and ROV views (ability to copy values of rows)
- Various clangd support enhancements
- Fixed issue with loading programs to CC13x4 devices
- Fixed issue with updating CCS IDE core feature on Windows OS experienced by some users
- Various debug enhancements and bug fixes
软件开发套件 (SDK)
SIMPLELINK-LOWPOWER-F3-SDK — SimpleLink™ Low Power F3 software development kit (SDK) for the CC23xx and CC27xx devices
SIMPLELINK-LOWPOWER-F3-SDK — SimpleLink™ Low Power F3 software development kit (SDK) for the CC23xx and CC27xx devices
版本: 9.10.00.83
发布日期: 08 五月 2025
校验和
校验和
校验和
校验和
校验和
校验和
产品
低功耗 2.4GHz 产品
汽车类无线连接产品
硬件开发
评估板
发布信息
The SimpleLink™ Low Power F3 Software Development Kit (SDK) delivers components that enable engineers to develop applications on the Texas Instruments SimpleLink CC23xx and CC27xx family of wireless microcontrollers (MCUs). This software toolkit provides a cohesive and consistent software experience for all SimpleLink CC23xx and CC27xx 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 9.10.00.83 of the SimpleLink Low Power F3 SDK.
Supported Features and Limitations
CC23xx
CC27xx
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 or will return a NULL handle (AESGCM, ECC, RNG Drivers). 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, for primarily AES drivers, 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 of each key, part of the input parameters to drivers’ APIs, holes the value of the engine-of-choice.
- To leverage the HSM hardware accelerator, the user has to call ‘CryptoKeyPlaintextHSM_initKey(..)’ or ‘KeyStore_PSA_initKeyHSM(..)’ 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:
- Please refer to each driver’s top level header file for driver-specific limitations.
- 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.
- Starting SDK version 9.10, the crypto drivers are removed from the drivers library and moved into a separate secure drivers library: source/ti/drivers/secure/lib.
- Starting SDK version 9.10, if SysConfig generated libraries linker is not used, the secure drivers library will need to be added manually into the respective linker settings.
最新信息
- Bluetooth LE Channel Sounding preview.
- Bluetooth LE Connection Monitor with BLE Stack integration for CC23xx and CC27xx devices.
- Bluetooth LE Power Control Preview for CC23XX and CC27xx devices.
- Bluetooth LE Connection Handover with GATT Layer.
- Certification of devices to be compliant with China MIIT (Ministry of Industry and Information Technology) and the EU RED (European Union Radio Equipment Directive) regulations on 2.4GHz.
- Zigbee Stack Certification - Zigbee Pro 2023 (R23) and Green Power Proxy v1.1.2 (Zigbee Core v1.0.0.0)