Analog Devices VisualDSP++ 3.5 Manual page 308

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

Advertisement

Linking an Assembly Source File
Listing D-5. Simple LDF Based on Assembly Source File Only
ARCHITECTURE(ADSP-2191)
$OBJECTS =
MEMORY
{
mem_code { TYPE(PM RAM) START(0x000000) END(0x007fff) WIDTH(24) }
mem_data1{ TYPE(DM RAM) START(0x008000) END(0x00bfff) WIDTH(16) }
mem_data2{ TYPE(DM RAM) START(0x00c000) END(0x00ffff) WIDTH(16) }
}
PROCESSOR p0
{
SECTIONS
{
sec_code {
INPUT_SECTIONS( $OBJECTS(program)
sec_data1 {
INPUT_SECTIONS( $OBJECTS(data1) )
sec_data2 {
INPUT_SECTIONS( $OBJECTS(data2) )
}
// SECTIONS
// PROCESSOR p0
D-8
$COMMAND_LINE_OBJECTS;
VisualDSP++ 3.5 Linker and Utilities Manual
)
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