部分翻译
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
| Rev 134 |
Rev 141 |
| Line 5... |
Line 5... |
{
|
{
|
text (rx) : ORIGIN = 0xF800, LENGTH = 0x800
|
text (rx) : ORIGIN = 0xF800, LENGTH = 0x800
|
data (rwx) : ORIGIN = 0x0200, LENGTH = 0x080
|
data (rwx) : ORIGIN = 0x0200, LENGTH = 0x080
|
vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
|
vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
|
}
|
}
|
/* INCLUDE periph.x */
|
__WDTCTL = 0x0120;
|
SECTIONS
|
SECTIONS
|
{
|
{
|
/* Read-only sections, merged into text segment. */
|
/* Read-only sections, merged into text segment. */
|
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
.dynsym : { *(.dynsym) }
|
.dynsym : { *(.dynsym) }
|
© copyright 1999-2013
OpenCores.org, equivalent to ORSoC AB, all rights reserved. OpenCores®, registered trademark.