I studied electronics in college and even worked on a little C++ back then. I was interested in using programming to control hardware so I bought the basic MSP430G2231 LaunchPad and downloaded Code Composer Studio (CCS). I was hoping that when I bought the board, it would come with some sort of instruction manual or a link to an instruction manual that would explain to me how to use the program. However, when I say that I want it to expain to me how to use the program, I don't mean that I simply want it to show me how to open a sample file, and compile it. I mean that I want it to clearly and fully explain to me how to write programs from scratch (for beginners or CCS) so that I could use my board to its full potential. I want to be able to understand every line of code I write. Is there a manual or book that exists and if so where can I find it? Where did a lot of you people that are experts in using CCS and TI microcontrollers learn to do so? Did you read a book or did you attend some type of class?
I also have a question about what type of code CCS uses. Is it C or C++ or something else. I thought that it was C++. However, when I tried to use the sample source code for CCS in Visual Basic C++ it didn't work. Also, when I tried to write a C++ code that worked in Visual Basic it didn't work in CCS. If Code Composer Studio uses C++ then how come the source codes aren't interchangeable with CCS and Visual Basic C++.