Start your general purpose development using target board for MSP430F551x and MSP430F552x MCUs
Select a platform
MSP-TS430PN80USB — MSP-TS430PN80USB – 80-polige Target-Entwicklungsplatine für MSP430F5x-MCUs
MSP430 MCU does not come with this kit. To sample the compatible devices, please search your part number on TI.com, or select the related MCU after adding this tool to the TI Store cart.
MSP-TS430PN80USB — MSP-TS430PN80USB – 80-polige Target-Entwicklungsplatine für MSP430F5x-MCUs
MSP-FET — MSP MCU-Programmiermodul und -Debugger
Unterstützte Produkte und Hardware
MSP-FET — MSP MCU-Programmiermodul und -Debugger
CCSTUDIO — Code Composer Studio integrated development environment (IDE)
Unterstützte Produkte und Hardware
Diese Designressource unterstützt die meisten Produkte in diesen Kategorien.
Informationen zum Support sind der Seite mit den Produktdetails zu entnehmen.
-
parametric-filter Energieeffiziente 2,4-GHz-Produkte -
parametric-filter Microcontrollers -
parametric-filter Mikroprozessoren & DSPs -
parametric-filter mmWave-Radarsensoren -
parametric-filter Signalumformer -
parametric-filter WLAN-Produkte
Hardware-Entwicklung
Entwicklungskit
Evaluierungsplatine
CCSTUDIO — Code Composer Studio integrated development environment (IDE)
Diese Designressource unterstützt die meisten Produkte in diesen Kategorien.
Informationen zum Support sind der Seite mit den Produktdetails zu entnehmen.
-
parametric-filter Energieeffiziente 2,4-GHz-Produkte -
parametric-filter Microcontrollers -
parametric-filter Mikroprozessoren & DSPs -
parametric-filter mmWave-Radarsensoren -
parametric-filter Signalumformer -
parametric-filter WLAN-Produkte
Hardware-Entwicklung
Entwicklungskit
Evaluierungsplatine
Dokumentation
Versionsinformationen
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.4.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.
Neuheiten
- Improved project wizard interface for discovering relevant examples
- Theia IDE core v1.64.1 update
- many IDE Enhancements (search/filter, build settings, display as array, column resize, graph view anchor, etc)
- C29 device support improvements
- Compiler, SysConfig, and device support all updated
- many bug fixes
- Energia projects are no longer supported
MSP430USBDEVPACK — MSP430 USB Developers Package
Unterstützte Produkte und Hardware
Produkte
MSP430 microcontrollers
Hardware-Entwicklung
Entwicklungskit
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)
Produkte
MSP430 microcontrollers
Hardware-Entwicklung
Entwicklungskit
Neuheiten
- 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.