AT91SAM7A3. Fixed RAM size in linker script.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4880 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
barthess 2012-12-06 14:27:15 +00:00
parent 633098ebcd
commit cc3c71c9a9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ __stacks_total_size__ = __und_stack_size__ + __abt_stack_size__ + __fiq_stack_si
MEMORY
{
flash : org = 0x100000, len = 256k
ram : org = 0x200020, len = 64k - 0x20
ram : org = 0x200020, len = 32k - 0x20
}
__ram_start__ = ORIGIN(ram);