Hello TI
Please can you specify a godd C textbook to gain more unstanding of the C programming language. Are there any Code Composer specific C textbooks available?
Thank you
Glen Crowder
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.
Hello TI
Please can you specify a godd C textbook to gain more unstanding of the C programming language. Are there any Code Composer specific C textbooks available?
Thank you
Glen Crowder
Glen Crowder said:Hello TI
Please can you specify a godd C textbook to gain more unstanding of the C programming language. Are there any Code Composer specific C textbooks available?
Thank you
Glen Crowder
Hey Glen, if you're looking for books/learning material specifically for programming the c2000 DSC/MCUs then the 'TI universit'y would be the best way to go. Specifically, you can download the c2000 teaching ROM which has got tons of learning exercises for programming the mcu peripherals in C/C++. It also includes teaching modules on getting started with the CCSV4 and making your own projects from scratch.
http://focus.ti.com/general/docs/gencontent.tsp?contentId=76594
Hello Shoaib,
Thank for you for your suggestion. I've already have the Teaching ROM and its been very useful. My C skills suck so just needed to improve them!
Glen Crowder
Hi Ras
I would like to add, from experience, that if you don't already have a good grounding in C, then it is essential that you build this before tackling the TI University. Sinrath's suggestion of the book "The C Programming Language" by Dennis Richie and Brian Kernighan (usually referred to as K & R) is a good place to start but can at times be more of a reference than a learning guide. "C for Dummies" may help you out also in this regard.
Hi Ras!
K&R is a must read book for any C/C++ programmer. It is well written book so you can read it just for pleasure.
Another greatest book is "The C++ Programming Language" by Bjarne Stroustrup (ISBN 0-201-88954-4 and 0-201-70073-5). It is not only for C++. Big part of this book covers C language limitations and style of programming questions.
regards.