LDF Programming Examples for Blackfin Processors
// 256KB L2 SRAM memory segment for user code
// and data L2SRAM
{TYPE(RAM) START(L2_START) END(L2_END) WIDTH(8)}
}
PROCESSOR p0{
OUTPUT($COMMAND_LINE_OUTPUT_FILE)
SECTIONS{
DXE_L2SRAM{
// Align L2 instruction segments on a 2-byte boundaries
INPUT_SECTION_ALIGN(2)
INPUT_SECTIONS($OBJECTS(program) $LIBRARIES(program))
// Align L2 data segments on 1-byte boundary
INPUT_SECTION_ALIGN(INPUT_SECTIONS
>L2SRAM
}
// end section
}
// end processor P0
Figure C-1. Assembly-to-Memory Code Placement
VisualDSP++ 3.5 Linker and Utilities Manual
for 16-Bit Processors
($OBJECTS(data1) $LIBRARIES(data1))
C-7
Need help?
Do you have a question about the VisualDSP++ 3.5 and is the answer not in the manual?