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.

CCS/TMS320F28335: example project running

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I'm trying to get an example project running.   

I'm following this guide.  I'm not sure if I'm doing something wrong, its hard to follow these older (v5) instructions as some steps changed.

processors.wiki.ti.com/.../C2000_Getting_Started_with_Code_Composer_Studio_v5

Configuration Settings:

Configure Target

  1.  "View->Target Configurations" menu and made configuration:

  • Connection: ‘Texas Instruments XDS1000V1 USB Debug Probe’

  • Board or device: TMS320F28335

Example Project   GPIO Toggle

If I build it I get 52 errors.

 

There are about 20 different types of errrors.

The description and resource qualified name of a few are below

  •    Field 'all' could not be resolved      
  •   Field 'GPACLEAR' could not be resolved
  •    Field 'GPADAT' could not be resolved

 

Resource qualified name:    /Example_2833xGpioToggle/Example_2833xGpioToggle.c

 

an example of a line that is an error in the code is the following (With the .all being underined as the error)

GpioDataRegs.GPBDAT.all =0x0000000A;

any help here?  What is missing?

thanks