Ram size corrected.

It was wrongly set to 61KB.
It is actually 48KB for RC, and 64 for RD and RE, but I am using 64KB in
an RCT6 mcu without any issue.
This commit is contained in:
victorpv 2015-05-24 00:30:55 -05:00
parent 66b3a0394e
commit 15781c492b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
*/
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 61K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
rom (rx) : ORIGIN = 0x08002000, LENGTH = 504K
}