SPRACE5A May   2019  – May 2021 TMS320F280021 , TMS320F280021-Q1 , TMS320F280023 , TMS320F280023-Q1 , TMS320F280023C , TMS320F280025 , TMS320F280025-Q1 , TMS320F280025C , TMS320F280025C-Q1 , TMS320F280040-Q1 , TMS320F280040C-Q1 , TMS320F280041 , TMS320F280041-Q1 , TMS320F280041C , TMS320F280041C-Q1 , TMS320F280045 , TMS320F280048-Q1 , TMS320F280048C-Q1 , TMS320F280049 , TMS320F280049-Q1 , TMS320F280049C , TMS320F280049C-Q1 , TMS320F28075 , TMS320F28075-Q1 , TMS320F28076 , TMS320F28374D , TMS320F28374S , TMS320F28375D , TMS320F28375S , TMS320F28375S-Q1 , TMS320F28376D , TMS320F28376S , TMS320F28377D , TMS320F28377D-EP , TMS320F28377D-Q1 , TMS320F28377S , TMS320F28377S-Q1 , TMS320F28378D , TMS320F28378S , TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S , TMS320F28384D , TMS320F28384S , TMS320F28386D , TMS320F28386S , TMS320F28388D , TMS320F28388S , TMS320F28P650DH , TMS320F28P650DK , TMS320F28P650SH , TMS320F28P650SK , TMS320F28P659DH-Q1 , TMS320F28P659DK-Q1 , TMS320F28P659SH-Q1

 

  1.   1
  2.   2
    1.     3
  3.   4
  4.   5
    1.     6
    2.     7
    3.     8
      1.      9
      2.      10
      3.      11
  5.   12
    1.     13
      1.      14
    2.     15
    3.     16
    4.     17
    5.     18
  6.   19
  7.   20

How to Duplicate (clone) an Existing Project

  1. All projects start their life as a .projectspec file. They exist in C:\ti\c2000\C2000Ware_1_00_05_00\driverlib\f2837xd\examples\cpu1\can\CCS directory. Note that the exact path would depend on the version of C2000ware installed in your computer.
    GUID-55E48C38-526C-4752-BCFE-860ECDC960B5-low.gifFigure 4-1 Directory Containing the .projectspec Files
  2. Make a copy of an existing .projectspec file. For example, suppose you want to create a new project called can_ex4_simple_transmit. Start by making a copy of can_ex1_loopback.projectspec and rename it as can_ex4_simple_transmit.projectspec.
  3. Open can_ex4_simple_transmit.projectspec and replace the two instances of can_ex1_loopback with can_ex4_simple_transmit, the name of the new testcase.
  4. In the C:\ti\c2000\C2000Ware_1_00_05_00\driverlib\f2837xd\examples\cpu1\can directory, make a copy of the can_ex1_loopback.c file and rename it as can_ex4_simple_transmit.c. This is very important because when the .projectspec file is imported into Code Composer Studio™, it copies the new file into the target directory when it executes the following statement: <file action="copy" path="../can_ex4_simple_transmit.c" targetDirectory="" />.
  5. Import the can_ex4_simple_transmit.projectspec file into CCS. Note that the project directories are created under C:\Users\Your_name\workspace_v8, not in: \ti\c2000\C2000Ware_1_00_05_00\driverlib\f2837xd\examples\cpu1\can.
    GUID-F9580843-8602-402E-9952-239DDBA624C0-low.gifFigure 4-2 Project Directories in CCS Workspace