Start prototyping your design with the MSP430F5529 LaunchPad™ development kit
MSP-EXP430F5529LP — MSP430F5529 LaunchPad™ development kit for USB
Supported products & hardware
Hardware development
Reference design
MSP-EXP430F5529LP — MSP430F5529 LaunchPad™ development kit for USB
Hardware development
Reference design
CCSTUDIO — Code Composer Studio™ integrated development environment (IDE)
Supported products & hardware
This design resource supports most products in these categories.
Check the product details page to verify support.
-
parametric-filter Arm-based microcontrollers -
parametric-filter Arm-based processors -
parametric-filter C2000 real-time microcontrollers -
parametric-filter Digital signal processors (DSPs) -
parametric-filter mmWave radar sensors -
parametric-filter MSP430 microcontrollers -
parametric-filter Signal conditioners -
parametric-filter Sub-1 GHz products -
parametric-filter Wi-Fi products
Hardware development
Development kit
Evaluation board
CCSTUDIO — Code Composer Studio™ integrated development environment (IDE)
This design resource supports most products in these categories.
Check the product details page to verify support.
-
parametric-filter Arm-based microcontrollers -
parametric-filter Arm-based processors -
parametric-filter C2000 real-time microcontrollers -
parametric-filter Digital signal processors (DSPs) -
parametric-filter mmWave radar sensors -
parametric-filter MSP430 microcontrollers -
parametric-filter Signal conditioners -
parametric-filter Sub-1 GHz products -
parametric-filter Wi-Fi products
Hardware development
Development kit
Evaluation board
Documentation
Release Information
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.2.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.
What's new
- Theia IDE core update (v1.58); AI features available via Theia AI, or third party extensions; added new 'AI/Code Assistants' link in Getting Started page
- Associated AppNote: https://software-dl.ti.com/ccs/esd/documents/application_notes/appnote-ccs_ai_code_assistant.html
- Various IDE/Project/Debug improvements
- Support installing CCS into Program Files folder on Windows
- SysConfig v1.24
- Segger J-Link support v8.34.0
- Compiler updates (TI Arm Clang v4.0.3.LTS, C2000 v22.6.2.LTS, C7000 v5.0.0.LTS)
- Device Support updates (AM62D, AM261x, AM263Px, CC27xx, F28E12, F29H85x, MSPM0G5x etc.)
- Please see the Release Notes for full list of changes: https://software-dl.ti.com/ccs/esd/CCSv20/CCS_20_2_0/exports/CCS_20.2.0_ReleaseNote.htm
MSP430-ACADEMY — MSP430™ academy
Supported products & hardware
Products
MSP430 microcontrollers
Hardware development
Development kit
Evaluation board
MSP430-ACADEMY — MSP430™ academy
Products
MSP430 microcontrollers
Hardware development
Development kit
Evaluation board
Release Information
MSP430™ Academy delivers easy-to-use training modules that span a wide range of topics and LaunchPads in the MSP430 microcontroller portfolio.
MSP430USBDEVPACK — MSP430 USB Developers Package
Supported products & hardware
Products
MSP430 microcontrollers
Hardware development
Development kit
MSP430USBDEVPACK — MSP430 USB Developers Package
USB Stack and Examples
Windows Descriptor Tool Installer
Mac OSX Descriptor Tool Installer
Linux Descriptor Tool Installer
Firmware Upgrade Example (Windows-only Commercial licensed)
Python based Firmware Upgrade Example (Open Source Licensed)
Java HID Demo (Open Source Licensed)
Products
MSP430 microcontrollers
Hardware development
Development kit
What's new
- USB stack code and examples
- Function HidToBufferFromHost() updated to get Y buffer byte count from pEP2 instead of pEP1.
- Implementation of auto detection of XT2 crystal frequencies for 4MHz, 8MHz, 12MHz, 16MHz and 24MHz.
- Integration of TI’s AES128 Encryption and Decryption APIs in examples, H10_ReceiveData_EncryptDecrypt and H11_LedOnOff_EncryptDecrypt, added
- Descriptor Tool
- Removed setting for selection of XT2 crystal frequency.
- Custom interfaces are stored in the order they are created in xml file.
- Java HidDemo tool and Python Firmware Upgrader tools
- Python Firmware Upgrader tool updated to download RAM_BSL.00.08.08.39.txt file
- A new version of Java HidDemo tool created that integrates TI’s AES128 Encryption and Decryption APIs.
- USB_API changes
- USB_init() has a routine to auto detect the XT2 frequency. This routine uses Timer A to compare the frequency of SMCLK=XT2 and ACLK=REFO. The timer A will only be used during the initialization of the USB stack. Therefore, it is recommended to initialize the USB stack before initializing the Timer A in an application. If this is not possible, or to disable the XT2 frequency auto detect feature, please see the Programmers_Guide_MSP430_USB_API.pdf for more information.