F281x C-Code Header Files
Global Variable Definition File
With DSP281x_GlobalVariableDefs.c included in the project all the needed variable definitions
are globally defined.
Global Variable Definition File
Global Variable Definition File
DSP281x_
DSP281x_
GlobalVariableDefs
GlobalVariableDefs
.C
.C
Defines all variables to use .h files
Defines all variables to use .h files
DATA_SECTION
DATA_SECTION
pragma
pragma
used to
used to
define data section for each
define data section for each
peripheral structure
peripheral structure
Linker will link each structure to the
Linker will link each structure to the
physical address of the peripheral in
physical address of the peripheral in
memory
memory
Add
Add
DSP281x_
DSP281x_
GlobalVariableDefs
GlobalVariableDefs
.C
.C
to the Code Composer Studio project
to the Code Composer Studio project
C28x - Peripheral Registers Header Files 3 - 11