1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on...

13
1 How to Start Up CCStud io 3 DSP LAB T.A.:
  • date post

    22-Dec-2015
  • Category

    Documents

  • view

    221
  • download

    3

Transcript of 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on...

Page 1: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

1

How to Start Up CCStudio 3

DSP LAB T.A.:

Page 2: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

2

Device Setup

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

Page 3: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

3

Choose Your Device If you want to use the simulator.

Select “C6416 Device Cycle Accurate Simulator,Little Endian”

If you want to use the DSK board.Select “C6416 V1.1 DSK”.

Page 4: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

4

Click “import”

Page 5: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

5

Click “Save and Quit”

Page 6: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

6

Click “Yes”

CCS3 will then be started up.

Page 7: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

7

New Project

Page 8: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

8

Add files to project

Page 9: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

9

3 files needed to be added

Source file (.c or .asm) ;.cmd ; .lib

Page 10: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

10

Where are them? You need to write your own source code. Find library in the following path:

C:\CCStudio\c6000\cgtools\lib\rts6400.lib

Find cmd file in any appropriate example: C:\CCStudio\c6000\cgtools\lib\lnk.cmd

Page 11: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

11

Rebuild Projects

To compile and link all the files

Page 12: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

12

Load Program

Page 13: 1 How to Start Up CCStudio 3 DSP LAB T.A.:. 2 Device Setup Double-click “ Setup CCStudio3 ” on desktop, and you will see the above dialog.

13

Debug / Run (F5)