Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
334 views

How do I compile a Code Composer project which was created using a different version of Code Generation tools?

I have a Code Composer project I received from a friend. When I try to build it I get the following error message: This project was created using a version of Code Generation tools that is not ...
3
votes
1answer
180 views

How do I add preprocessor defines in Code Composer Studio 4?

I have an external txt file with some preprocessor defines. How can I integrate them in my CCS project?
3
votes
0answers
82 views

Errors while trying to build ReadWrite example in Code Composer Studio 4

I'm trying to build the Read Write example in CCS4 and get many "undefined identifier" errors: identifier "MAX_PROCESSORS" is undefined identifier "MPCSOBJ_PROC_PADDING" is undefined ...
1
vote
1answer
1k views

Generating C code from a Matlab-Simulink model for DSP C6748

I'm trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio for TMS320C6748 DSP (Texas ...
0
votes
1answer
131 views

Code Composer and Real Time Data Exchange: problems in Target to Host communication

dear fellow programmers! I'd really appreciate a few answers or hints concerning following problem: The topic is Digital Signal Processing (DSP), Code Composer Studio 3.1 and Real Time Data Exchange ...
0
votes
0answers
246 views

Generating C code from a Matlab-Simulink: errors encountered during linking

I generated C code from a Matlab-Simulink model (In Matlab help is "Parametric Audio Equalizer" -> "Task 6 - Integrate Device Drivers" -> "Configuration C") with a "Target Preferences" module for ...
0
votes
1answer
254 views

STL link error with CodeComposerStudio

I'm compiling an mixed C/C++ program using STL with CodeComposerStudio. I have many compiler remarks and link errors compiler remarks !defined(__MINGW32__) !defined(__MINGW32__) ...
0
votes
1answer
72 views

How do I detect if an installation of Code-Composer-Studio is licensed?

The licensed version of the CCSv4 can be used to create programs with more then 16kByte code. When I have a PC with Eclipse/CCS installed, how do I detect, if the current version is licensed without ...