Author: Austin

How to Create a New Project / Import existing C code for the Code Composer Studio V5

NOTE: this example is based on the LM3S1968 board, however the instructions could be easily modified to accomiddate any Stellaris packaged microcontroller by substituting 1968 for whatever board you may be using.   Open Code Composer Studio Create New CCS Project     File->New->CCS Project Fill in New Project Information NOTE: make sure these settings are correct;

Inline Assembly: Keil vs CCS

C code is C code. The same C code will work in Keil or CCS with no modifications. The only issue is with inline assembly. Each IDE has its own syntax for handling inline assembly. Below is an example of how to write inline assembly for Keil and CCS. KEIL                                                                             CCS

In the beginning…

Howdy, welcome to Austin Blackstone Engineering; a website about things and how to make them work with other things. I am an Electrical / Computer Engineer with a specialty and passion for Embedded Devices & Systems. This website however is not about me, (this website however is linkedin.com/in/austinblackstone ), it is about the cool things