Analog Devices VisualDSP++ 3.5 Manual page 299

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

Advertisement

LDF Programming Examples for Blackfin Processors
stack
{
INPUT_SECTIONS( $OBJECTS(stack) )
} >MEM_STACK
heap
{
// Allocate a heap for the application
ldf_heap_space = .;
ldf_heap_end =
ldf_heap_length = ldf_heap_end - ldf_heap_space;
}>MEM_HEAP
}
VisualDSP++ 3.5 Linker and Utilities Manual
for 16-Bit Processors
ldf_heap_space + MEMORY_SIZEOF(HEAP) - 1;
C-21

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