Normal 0 false false false EN-US X-NONE X-NONE
I’m using Code Composer 4.2.1. Here are the steps I’ve taken to create a new project:
File -> New -> CCS Project -> Project Name: “Kit F2802” -> Next -> Project Type: “C2000” -> Next -> Next -> Output type: “Executable”, Device Variant: “TMS320F2802”, Linker Command File: “automatic”, Runtime Support Library: “rts2800_ml.lib” -> Finish.
This creates a link to ccsv4/tools/compiler/c2000/include and it creates the file "2802_RAM_lnk.cmd".
1) I presume the include dir contains the headers necessary for the library. The library appears to be located at ccsv4/tools/compiler/c2000/lib. Is this correct?
2) I created a simple main function.
Everything compiles fine.
3) I heard that it is important to add to the project, “DSP280x_CodeStartBranch.asm”. (still compiles fine). Is this correct?
4) I also heard “DSP280x_GlobalVariableDefs.c” need to be added (no longer compiles fine ... can't find DSP280x_Device.h). Is this correct?
5)
What are the steps to remove this compilation issue? Adding "DSP280x_Device.h" just leads to many other compile issues.