Presentation is loading. Please wait.

Presentation is loading. Please wait.

How to Start Up CCStudio 3 DSP LAB T.A.: 2007.3.7.

Similar presentations


Presentation on theme: "How to Start Up CCStudio 3 DSP LAB T.A.: 2007.3.7."— Presentation transcript:

1 How to Start Up CCStudio 3 DSP LAB T.A.: 2007.3.7

2 Outline Settings of CCS. Project Creation. Compiling and Debugging. Simple Example.

3 Outline Settings of CCS. Project Creation. Compiling and Debugging. Simple Example.

4 Device Setup Double-click “Setup CCStudio3” on desktop, and you will see the above dialog.

5 Choose Your Device If you want to use the simulator, select C6416 Device Cycle Accurate Simulator, Little Endian or C6711 Device Cycle Accurate Simulator, Little Endian. If you want to use the DSK board, select C6416 V1.1 DSK, C6711 DSK Port 278 EPP Mode, or others.

6 Click “import”

7 Click “Save and Quit”

8 Click “Yes” CCS3 will then be started up.

9 Outline Settings of CCS. Project Creation. Compiling and Debugging. Simple Example.

10 New Project

11 Add files to project

12 3 files needed to be added Source file (.c or.asm) ;.cmd ;.lib

13 Where are them? Source file : Write your own source code. Find the cmd file in any appropriate example: C:\CCStudio\c6000\cgtools\lib\lnk.cmd Find the library in the following path: C:\CCStudio\c6000\cgtools\lib\rts6400.lib (6416) orC:\CCStudio\c6000\cgtools\lib\rts6700.lib (6711)

14 Outline Settings of CCS. Project Creation. Compiling and Debugging. Simple Example.

15 Set up the built options Set up the compiler and linker options (Ref: Help  Contents  Code Generation Tool  CCS Build Options)

16 Set up the built options Set up the compiler options: -g -s -fr (Ref: Help  Contents  Code Generation Tool  CCS Build Options  Compiler Options)

17 Set up the built options Set up the linker options: -c -o (Ref: Help  Contents  Code Generation Tool  CCS Build Options  Linker Options)

18 Rebuild Projects Compile and link all files

19 Load Program

20 Debug / Run (F5)

21 Outline Environmental Setting. Project Creation. Compiling and Debugging. Simple Example.

22 Simple example You can find a simple example by selecting: “CCS  Help  Tutorial  CCStudio IDE  Developing a simple program.”

23 Reference [1] Digital Signal Processing and Applications with the C6713 and C6416 DSK, by Rulph Chassaing, John Wiley & Sons Inc., 2004 [2] Code Composer Studio v3.0 Getting Started Guide (spru509e.pdf)


Download ppt "How to Start Up CCStudio 3 DSP LAB T.A.: 2007.3.7."

Similar presentations


Ads by Google