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
Need help?
Do you have a question about the VisualDSP++ 3.5 and is the answer not in the manual?