You are on page 1of 4

INSTRUCTION SHEET 1

STEP TO EXECUTE DISCRETE PROGRAMS (C6713) (SIMULATION)

To create the new project: Click the CCSTUDIO 3.0 setup icon on the desktop. Click project new write project name and choose .out & target: 67xx

To create the source file:Click file new source file, after writing program, click file save as in the project created.

To add source file to the project:Click project add files to project, open the source file created.

To add library file to the project:Click project add file to project CCSTUDIO C6000 cgtools lib (select object & library files) rts6700

To add CMD file to the project:Click project add file to the project CCSTUDIO tutorial DSK 6713 (sim64xx for simulator) hello (select linker command file) hello.

To compile:Click project compile file.

To build:Click project rebuild all.

To load:Click file load program debug .out file.

To run:Click on debug run.

T.Sreenivasula reddy 10L21A04B0

IV , ECE B SECTION MICROPROCESSOR & DSP LAB

INSTRUCTION SHEET 2
STEP TO EXECUTE DISCRETE PROGRAMS (C6713) (HARDWARE)
Click 6713 DSK CCSTUDIO 3.0 icon to get debugger. Click debugger connect.

To create the new project: Click the CCSTUDIO 3.0 setup icon on the desktop. Click project new write project name and choose .out & target: 67xx

To create the source file:Click file new source file, after writing program, click file save as in the project created.

To add source file to the project:Click project add files to project, open the source file created.

To add library file to the project:Click project add file to project CCSTUDIO C6000 cgtools lib (select object & library files) rts6700

To add CMD file to the project:Click project add file to the project CCSTUDIO tutorial DSK 6713 (sim64xx for simulator) hello (select linker command file) hello.

To compile:Click project compile file.

To build:Click project rebuild all.

To load:Click file load program debug .out file.

To run:Click on debug run.

T.Sreenivasula reddy 10L21A04B0

IV , ECE B SECTION MICROPROCESSOR & DSP LAB

INSTRUCTION SHEET 1 STEPS TO EXECUTE DISCRETE PROGRAMS (C54X)


1) In Vi universal debugger for C54X window. Click project new project type project name save, then we get a window with .DPJ 2) Click file new ASM file, then we get a window with the following assembler directives. .mmregs .text 3) Type program in the above window and save. 4) After typing, right click assembly add file to project open the file you have typed. 5) Right click CMD file add file to project open Micro5416 file. 6) Click project build, then we get completed successfully window. 7) Click serial load program, browse and open the file name you have given, and then click OK. 8) Click serial communication window. 9) To give the inputs data memory type SD address location (press enter) Address location: enter inputs (press enter) Next location: enter inputs (press enter) To come out press ENTER simultaneously. 10) To give the inputs in program memory type SP address location, then same as in step 9. 11) To execute type Go 0 (press enter) press RESET key on the kit. 12) Output can be vied in data memory by typing SD output location.

T.Sreenivasula reddy 10L21A04B0

IV , ECE B SECTION MICROPROCESSOR & DSP LAB

INSTRUCTION SHEET 2 STEPS TO EXECUTE REAL TIME PROGRAMS (C54X)

1) In Vi universal debugger for C54X window. Click project new project type project name save, then we get a window with .DPJ 2) Click file new ASM file, then we get a window with the following assembler directives. .mmregs .text 3) Type program in the above window and save. 4) After typing, right click assembly add file to project open the file you have typed. 5) Right click CMD file add file to project open Micro5416 file. 6) Click project build, then we get completed successfully window. 7) Click serial load program, browse and open the file name you have given, and then click OK. 8) Click on debug run OK. 9) Observe the output on CRO.

T.Sreenivasula reddy 10L21A04B0

IV , ECE B SECTION MICROPROCESSOR & DSP LAB

You might also like