Linker script definitions. More...
#include <chip/memory-map.h>Go to the source code of this file.
Functions | |
| void | _evba (void) |
| Exception Vector Base Address. | |
Variables | |
| unsigned char | stack_area [] |
| Start address of the stack. | |
| unsigned char | heap_area [] |
| The end of the static data. | |
Linker script definitions.
This file contains common linker script elements which are the same regardless of how the image ends up being booted.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file linker.h.
| void _evba | ( | void | ) |
Exception Vector Base Address.
This symbol marks the beginning of the exception handler table.
| unsigned char heap_area[] |
The end of the static data.
This symbol marks the end of the statically allocated data in RAM.
| unsigned char stack_area[] |
Start address of the stack.
This symbol is located at the lowest address usable as stack. The dynamically allocatable memory (heap area) will be below this address.
1.6.3