Skip to content

Commit 08492db

Browse files
committed
Increase non-cached ram size
1 parent ae71973 commit 08492db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hardware/SAME70/same70q20b_flash.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ SEARCH_DIR(.)
5252
MEMORY
5353
{
5454
rom (rx) : ORIGIN = 0x00400000, LENGTH = 0x00100000
55-
ram_not_cached (rw) : ORIGIN = 0x20400000, LENGTH = 0x00018000 /* we currently allocate 96kb of non-cached RAM */
56-
ram (rwx) : ORIGIN = 0x20418000, LENGTH = 0x00048000 /* that leaves 288Kb of cached RAM */
55+
ram_not_cached (rw) : ORIGIN = 0x20400000, LENGTH = 0x00018400 /* we currently allocate 97kb of non-cached RAM */
56+
ram (rwx) : ORIGIN = 0x20418400, LENGTH = 0x00047C00 /* that leaves 287Kb of cached RAM */
5757
}
5858

5959
/* Section Definitions */

0 commit comments

Comments
 (0)