This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The overhead to learn msp430 compiler is extremely daunting especially when there are multitude ccs versions and manuals.(along with related bugs and idiosyncrasy for using software)Is there some clue as to what causes "internal C/C++ index error" Tutorial being used is www.ece.utep.edu/courses/web3376/lab1_ccs_tutorial.html it was set up for ccs ver 5.1 and I have updated to ccs ver 5.3.0.00090 . I have checked the text several times so I don't think what I pasted is wrong. I have the MSP430 Microcontroller Basic book by John H Davies but I seem to spending all the time trying to figure out the memory maps and cross referencing to the header files because all the info requires several sources to actually find out where something is actually located. I am sure for someone who is working with this everyday does not see this as an issue. This is a hobby and I would like to purchase a manual I can work through that doesn't have this learning overhead is there anything coming out which would be device specific?After one device is understood the other devices would be easier to work with.
I suggest placing more emphasis on working with code examples on a evaluation kit than reading through books.
Many hobbiests start with Code Composer Studio and a MSP430 LaunchPad Value Line Development kit MSP-EXP430G2. A quick way to get started is to try some of the examples in MSP430Ware. Grace can help you save time in making your own program.
For the most part, the compiler just works in the background. Consider the engine of a car. You don't need to know how the engine works in order to drive. You just need to know the interface to the car, and the car takes care of using the engine. Code Composer Studio is like the car, and the compiler is like the engine. You, the programmer, is like the driver.
Here are some training links to help you with Code Composer Studio.
Code Composer Studio (CCStudio) Integrated Development Environment (IDE) v5
Find, "Code Composer Studio v5.3 for MSP430(tm) User’s Guide"
Find, "MSP430 Optimizing C/C++ Compiler v 4.1 User's Guide"
Code Composer Studio v5 Getting Started
Code Composer Studio v5 Users Guide
Bob Drury1 said:I have the MSP430 Microcontroller Basic book by John H Davies
I thought that he uses IAR compiler.
Peter
**Attention** This is a public forum