Analog Devices VisualDSP++ 3.5 Manual page 64

Linker and utilities manual for 16-bit processors
Hide thumbs Also See for VisualDSP++ 3.5:
Table of Contents

Advertisement

Link Target Description
argv
{
/* Allocate argv space for the application */
ldf_argv_space = .;
ldf_argv_end =
ldf_argv_space + MEMORY_SIZEOF(MEM_ARGV) - 1;
ldf_argv_length =
ldf_argv_end - ldf_argv_space;
} >MEM_ARGV
}
/* end SECTIONS */
Listing 2-4. ADSP-218x/9x SECTIONS{} Command in the .LDF File
SECTIONS
{
sec_rth
sec_code
sec_code2 {INPUT_SECTIONS ( $OBJECTS(y_input)}
sec_data1 {INPUT_SECTIONS ( $OBJECTS(data1))}
}
}
2-28
/* List of sections for processor P0 */
{INPUT_SECTIONS ( $OBJECTS(rth))}
{INPUT_SECTIONS ( $OBJECTS(code)}
VisualDSP++ 3.5 Linker and Utilities Manual
> seg_rth
> seg_code
> seg_code
> seg_data1
for 16-Bit Processors

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 3.5 and is the answer not in the manual?

Related Products for Analog Devices VisualDSP++ 3.5

Table of Contents