|
| Keil LA Locate- Use Memory Layout from Target Dialog
- Enable this option to use the memory information from the selected Device and the Target Page. You may still add additional classes or sections to these settings.
- Reserve
- The RESERVE directive allows you to prevent the linker from locating segments in the specified address ranges of the physical memory. The linker/locater will not use all memory addresses within the specified range. If an absolute segment uses a reserved memory area, a warning messages is generated.
- C Classes
- Displays the CLASSES directive created for the RAM and ROM definitions specified in the Target dialog.
- User Classes
- User classes are useful when you need to locate many variables from different source modules special memory areas.
- User Segments
- The SEGMENTS directive allows you to specify the absolute memory location of a segment. The absolute address can be either a start or an end address.
- Linker Control String
- Displays the current directives in the linker command line.
|
|