DSPRelated.com
Forums

Re: Re: plz plz----------------help me,,,toggling GPIO pins,TMS320DM6446......

Started by Jeff Brower March 14, 2008
Richa-

> IN THIS CODE BEFORE I INCLUDED CSIO_GPIO.H I WAS GETTING UNDEFINED SYMBOLS FOR gpio SYMBOLS BUT RIGHT NOW
> I AM GETTING ERROR
> csl_chiphal.h", line 267: fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
> Please help me regarding this?????

This is one of CCS's more descriptive error messages. Just follow what it says.
Hint: go to Project | Build Options | Compiler | Proprocessor tab. You can define
CHIP_DM6446 there.

-Jeff