Hai,
I am new to DM6437. What would be the action get performed by CCS with that of DM6437?
What were the initial setup need to be made to run DM6437?
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.
Hai,
I am new to DM6437. What would be the action get performed by CCS with that of DM6437?
What were the initial setup need to be made to run DM6437?
Code Composer Studio is an Integrated Development Environment that currently runs on a Host machine running Windows Operating System. This IDE encompasses project management, organizing the build options for your target application code (which in your specific case right now is the TMS320DM6437), code generation tools such as a C compiler, linker, etc. In addition, CCS can interface to JTAG emulation hardware which will then connect to the target (via JTAG) for in circuit debug.
The initial setup requires that you install Code Composer Studio onto your host machine. There are a number of Wiki articles that can help you with this. I suggest starting with http://processors.wiki.ti.com/index.php/Main_Page.
The Code Composer Studio articles can be started here. The Product folder on www.ti.com is also a good reference.