lab1

10
UNIVERSIDAD NACIONAL DE INGENIERÍA Subtitle FACULTAD DE INGENIERÍA MECÁNICA PROCESADORES DIGITALES DE SEÑALES (MT-418) By: LAB 01: “INTRODUCTION TO CODE COMPOSER TOOL” Ing. Daniel Leonardo Barrera Esparta Sunday, January 18, 2014

Upload: nilton9365611

Post on 10-Feb-2016

218 views

Category:

Documents


0 download

DESCRIPTION

lab

TRANSCRIPT

Page 1: Lab1

UNIVERSIDAD NACIONAL DE INGENIERÍA

Subtitle

FACULTAD DE INGENIERÍA MECÁNICA

PROCESADORES DIGITALES DE SEÑALES (MT-418)

By:

LAB 01:

“INTRODUCTION TO CODE COMPOSER TOOL”

Ing. Daniel Leonardo Barrera Esparta

Sunday, January 18, 2014

Page 2: Lab1

CONTENTS

I.- OBJECTIVES.

II.- INTRODUCTION.

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP.

IV. IMPLEMENTATION

Page 3: Lab1

I.- OBJECTIVES.

� Implement a program code in Code Composer Studio (CCS).

� Study the advantages and disadvantages of the software buil ding anexample.

� Implement and verify the results of programming in CCS.

Page 4: Lab1

II.- INTRODUCTION.

Code Composer Studio v5 is the first version of CCS to be

based on the latest version of Eclipse with no modifications

(‘Stock Eclipse’). This allows customers to integrate a wider

range of 3rd party plugins (as compared to CCSv4.x) and allows

upgrades of open source components of CCS. There are also

many other improvements including improvements in

performance, usability and stability.

Customers with using older versions of CCS (v4/v3) with valid

maintenance subscriptions will be able to upgrade to CCSv5.

CCSv5.1 and 5.2 are based on the Indigo Eclipse release train

while CCSv5.3, 5.4 and 5.5 are based on Juno (3.8)

Page 5: Lab1

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP

Install Headers Files from http://www.ti.com/tool/sprc530

After installing the

software, tidcs file

will be located at C

disk.

Click on Next, Accept,

Next,….. (as a common

installer)

Page 6: Lab1

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP

Click on file >> Import:

Expand Code Composer

Studio, click on Existing CCS

Eclipse Projects. Finally,

click on Next.

Page 7: Lab1

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP.

Click on Browse, find the

location:

C:\tidcs\c28\DSP2833x\v131\DS

P2823x_examples_ccsv4

Click on gpio_

toggle and Accept

Page 8: Lab1

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP.

Click on Debug

Page 9: Lab1

III.- EXAMPLE IN CODE COMPOSER STEP BY STEP.

Double click on

NewTargetConfiguration

First Select Texas

Instruments XDS100v2

Second, Select

TMS320F28335 Finally, Click on Save

Configuration

Page 10: Lab1

IV.- IMPLEMENTATION. First of all, Connect the hardware.

Click on CCS Debug

Finally, click on Play