include/linker.h File Reference

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.

Detailed Description

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.


Function Documentation

void _evba ( void   ) 

Exception Vector Base Address.

This symbol marks the beginning of the exception handler table.


Variable Documentation

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.

Generated on Thu Apr 29 14:09:42 2010 for uart-loopback by  doxygen 1.6.3