vusbtest.map
931 Bytes
##############################################################################
## Copyright 2000 VAutomation Inc. Nashua NH USA. All rights reserved.
## This software is provided under license and contains proprietary
## and confidential material which is the property of VAutomation Inc.
## HTTP:##www.vautomation.com
##############################################################################
MEMORY {
// These commands describe memory location
VECTOR_TABLE : ORIGIN = 0x00000000 LENGTH = 0x01000
TB : ORIGIN = 0x00000100 LENGTH = 0x01000
RAM : ORIGIN = 0x00001000 LENGTH = 0x77000
DEVICE_1 : ORIGIN = 0x00070000 LENGTH = 0x01000
}
SECTIONS {
GROUP: {
arc_vector_table?:{}
}>VECTOR_TABLE
GROUP: {
* (TEXT) ALIGN(4) : {}
* (LIT) ALIGN(4) : {}
.stack ALIGN(4) SIZE(65536): {}
.heap ALIGN(4) SIZE(65536): {}
.data ALIGN(4) : {}
.bss ALIGN(4) : {}
.tls ALIGN(4) : {}
}>RAM
}