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.0
发布日期: 03 三月 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.0 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.
最新信息
- IDE features improvements (Projects, Memory View, Watch View, Breakpoints, etc.)
- Startup improvement on macOS version with Arm® processors
- Note: the Theia IDE component is now compiled for Arm® processors for performance improvements, but the backend components are still x86 based, so Rosetta is still required.
- Device Support Updates (added AM62L support, added xWRL68xx support, added MSPM0C110x support, various improvements to LPCS flash library, various improvements and bug fixes for F28 and F29 devices)
- Compiler Updates (TI ARM Clang v4.0.2. More info: https://www.ti.com/tool/download/ARM-CGT-CLANG)
- SysConfig v1.23 supporting the latest devices, features improvements, bug fixes (more info: https://www.ti.com/tool/download/SYSCONFIG)
- Updated to latest J-Link support package (v8.12.4)
- Various 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
版本: 8.40.02.01
发布日期: 28 二月 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 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
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. 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.