|
|||||||||||||||
|
Technical Support On-Line Manuals Linker Reference Guide |
Linker Reference GuideExecution address built-in functions for use in scatter files
The execution address related functions can only be used when
specifying a Table 3. Execution address related functions
The parameter NoteYou cannot use these functions when using the The following example shows how to use Example 10. Placing an execution region after another
LR1 0x8000
{
ER1 0x100000
{
*(+RO)
}
}
LR2 0x100000
{
ER2 (ImageLimit(ER1)) ; Place ER2 after ER1 has finished
{
*(+RW +ZI)
}
}
A
LR1 0x4000
{
ER1 AlignExpr(+0, 0x8000)
{
...
}
}
By using
| ||||||||||||||
|
|||||||||||||||