Improvements in firmware/sections.lds
This commit is contained in:
parent
3cb910cd51
commit
89abd9a957
|
@ -8,7 +8,9 @@ means.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MEMORY {
|
MEMORY {
|
||||||
mem : ORIGIN = 0x00000000, LENGTH = 0x00010000
|
/* the memory in the testbench is 64k in size;
|
||||||
|
* set LENGTH=48k and leave at least 16k for stack */
|
||||||
|
mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
|
|
Loading…
Reference in New Issue