Sesión 16 - DSP - Getting Started
Sesión 16 - DSP - Getting Started
Types of files
File.pjt: Project name file.
File.c: C source program.
File.asm: assembly source program.
File.sa: linear assembly source program. Is the input to produce file.asm.
File.h: header support file.
File.lib: library file, such as the run-time support library file.
File.cmd: linker command file that maps sections of memory.
File.obj: object file created by the assembler.
File.out: executable file created by the linker.
Source files
There are different kinds of source files:
.asm Assembler
.c Main program
.h Header files and libraries
Source files
There are different kinds of source files:
.asm Assembler
.c Main program
.h Header files and libraries
Source files
File New Source File
Create the main file (.c)
Source files
Locate the command file Hello.cmd
(c:\CCStudio_v3.1\tutorial\dsk6713\hello1)
Do the following modifications related with the SDRAM
This put the data from datosseno.asm in the address
0x80000000 of SDRAM
Adding files
Project Add Files to Project
Open the files done before:
datosseno.asm
main.c
Ejemplo1.cmd
Adding files
The Project File window must have this
appearance:
Debug Connect
Verify the status of connection at the left bottom
corner of the screen.
Memory status
View Memory
Compare these
data with the file
datosseno.asm
Graphical display
View Graph Time/Frequency
Pointers
Functions
To add them:
Project Scan All File Dependencies