
Search for the MSP432 projects and driverlib. I suggest you use my code to learn how the microcontroller works, but use the TI code when developing large professional systems. I strongly encourage you to view both styles. The objective of the my software is understanding what the code does and how the code works. My style for the code in these books is extremely different. These examples are written in a professional style where the objective is reliable execution, fast prototyping, and portability. Go to MSPWARE and follow the directions on the TI web site. So if you have any CCS-specific questions you could register and post them at Step 2) Download TI's example code for the MSP432Įxample projects and Windows drivers are available from TI. TI does provide support for CCS via its e2e forum. It should not cost any money if you develop software for the MSP432.
#TI CODE COMPOSER LICENSE HOW TO#
So if you have any Keil-specific questions you could register and post them at Step 1b) How to install Texas Instruments' Code Composer StudioĪnd follow the directions provided on the Texas Instruments web site. You will need to install the service pack for the MSP432. It should not cost any money if you select MDK-Lite Version 5 with 32KB Code Size limit.ĪRM does provide support for Keil via its ARM University. Go to Īnd follow the directions provided on the ARM web site.
#TI CODE COMPOSER LICENSE SERIAL NUMBER#
The Lite version of Keil application does not require a serial number or license key. We are really sorry, but there are no solutions for Linux. Keil uVision only runs on Windows (XP, Vista, 7, 8, or 10.)

Step 1a) How to install Keil uVision Version 5 for the ARM, MDK-Lite (32KB) Edition

When developing code for the MSP432, CCS allows you to use the entire 256k RAM and 64k RAMĪvailable in the microcontroller. It is an Eclipse-based software development tool, so if you areįamiliar with Eclipse or wish to learn it, CCS is recommended. Texas Instruments' Code Composer Studio (CCS) is the other option. The one limitation of Keil is the free version only allows up to 32k including RAM and ROM. Here at the University of Texas we use Keil uVision because it is very simple to learn and to use. There are two compilers that can be used for these labs.īoth development systems support ARM assembly and C99 programming, and both have full-featured debuggers.
