My platform is TMS320F28027 with CCSv6.1.
I am trying to locate three header files: "DSP28x_Project.h", "DSP2802x_Device.h","DSP2802x_Examples.h".
Reading through "2802x C/C++ Header Files and Peripheral Examples Quick Start", it says:
• DSP28x_Project.h
This header file includes DSP2802x_Device.h and DSP2802x_Examples.h. Because the name is device-generic, example/custom projects can be easily ported between different device header files. This file is found in the <base>\DSP2802x_common\include directory.
• DSP2802x_Device.h
This header file is required to use the header files. This file includes all of the required peripheral specific header files and includes device specific macros and typedef statements. This file is found in the <base>\DSP2802x_headers\include directory.
• DSP2802x_Examples.h
This header file defines parameters that are used by the example code. This file is not required to use just the DSP2802x peripheral header files but is required by some of the common source files. This file is found in the <base>\DSP2802x_common\include directory.
However, in my system, the directory "<base>\DSP2802x_common\include" does not exist. I searched all my computer, there is no foler named "DSP2802x_common".
Could anyone help located these three files within CCSv6.1 for TMS320F28027?
Thank you.
Z