DSPRelated.com
Forums

Re: migrating problems from CCStudio C5510 DSK version 2.1 to CCStudio version 3.1

Started by Jeff Brower June 1, 2006
Maryam V-

> I am a graduate student at UC Berkeley I recently joined a research
> group and got involved in the DSP project We have developed some
> DSP code for our project and used the following tools:
>
> We used to build and compile the code using the CCStudio C5510 DSK
> version 2.1 when it was connected to the DSK board. Then, we took the
> .out file and used the CCStudio EVAL version 3.1 to load the program
> into our own target using the XDS5510PP emulator. We have debugged
> our code and it worked fine on our platform.
>
> Then we decided to buy the full version of CCStudio 3.1. We took the
> same code as before to build and load into our target using only CCS
> 3.1 full version. However, our platform doesnt run anymorei.e. we
> don't get any error when we compile the code or load the code, but at
> the same time our boards dont do anything It seems the .out file
> created by the build function of the CCStudio C5510DSK version 2.1 is
> different than the .out file created by the build function of the
> CCStudio version 3.1.
>
> Does anybody know why and how to fix our problems??? How can we make
> these two versions to be compatible??

I've now heard of quite a few people having this problem. Does your program contain
any "CCS I/O functions", for example file I/O, print statements, etc that use JTAG to
communicate with the PC during program operation?

-Jeff