DSPRelated.com
Forums

C6711 programming problem.

Started by akhifra July 22, 2003
Hello,

How can I fix the following error:

#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
i.e. 6201)

I am trying to interface the THS10082EVM daughter card to the
TMS320C6711. It gets this error out of the csl_chiphal.h include
file. I added CHIP_6711 to the build options window under
preprocessor, and specified the path as the one for the csl.

Where and how else should I be specifying the chip that I am using.

Please advise.

Fraidun




Hello Fraidun,
 
I believe that is the correct procedure [you should see -dCHIP_6711 in the option window] - if you are NOT using DSP/BIOS.  If you are using DSP/BIOS, open the '.cdb' file in your project and select 6711 under Global Options.
 
regards,
mikedunn

akhifra <a...@Eng.Auburn.EDU> wrote:
Hello,

How can I fix the following error:

#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number,
i.e. 6201)

I am trying to interface the THS10082EVM daughter card to the
TMS320C6711. It gets this error out of the csl_chiphal.h include
file. I added CHIP_6711 to the build options window under
preprocessor, and specified the path as the one for the csl.

Where and how else should I be specifying the chip that I am using.

Please advise.

Fraidun

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com



Add
-d"CHIP_6711"
into the Project->Build Options->Compiler.

That should solve the problem.