First working MCF52221 demo.

This commit is contained in:
Richard Barry 2008-10-21 10:18:47 +00:00
parent 094be62ef0
commit 58f3f932ee
9 changed files with 21 additions and 478 deletions

View file

@ -8,14 +8,14 @@ MEMORY {
vectorrom (RX) : ORIGIN = 0x00000000, LENGTH = 0x00000400
cfmprotrom (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000020
code (RX) : ORIGIN = 0x00000500, LENGTH = 0x0001FB00
userram (RWX) : ORIGIN = 0x20000400, LENGTH = 0x00003C00
userram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00003C00
}
SECTIONS {
# Heap and Stack sizes definition
___heap_size = 0x4;
___stack_size = 0x200;
___stack_size = 0x100;