提交 6ee66d92 编写于 作者: A ArdaFu

[bsp][sam7x] Fix compile error. Increase DATA section size in .ld file.

上级 6bfaa632
...@@ -4,7 +4,7 @@ MEMORY ...@@ -4,7 +4,7 @@ MEMORY
{ {
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 0x00040000 CODE (rx) : ORIGIN = 0x00100000, LENGTH = 0x00040000
/* DATA (rw) : ORIGIN = 0x00200000, LENGTH = 0x00010000 */ /* DATA (rw) : ORIGIN = 0x00200000, LENGTH = 0x00010000 */
DATA (rw) : ORIGIN = 0x00204000, LENGTH = 0x0000C000 DATA (rw) : ORIGIN = 0x00203000, LENGTH = 0x0000D000
} }
ENTRY(_start) ENTRY(_start)
SECTIONS SECTIONS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册