We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71973 commit 08492dbCopy full SHA for 08492db
src/Hardware/SAME70/same70q20b_flash.ld
@@ -52,8 +52,8 @@ SEARCH_DIR(.)
52
MEMORY
53
{
54
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 */
+ ram_not_cached (rw) : ORIGIN = 0x20400000, LENGTH = 0x00018400 /* we currently allocate 97kb of non-cached RAM */
+ ram (rwx) : ORIGIN = 0x20418400, LENGTH = 0x00047C00 /* that leaves 287Kb of cached RAM */
57
}
58
59
/* Section Definitions */
0 commit comments