Add start/end LPRAM symbols. We might need to use the _elpram symbol if we want to add some LPRAM to heap
This commit is contained in:
parent
b1154a4a42
commit
013e409293
@ -110,7 +110,9 @@ SECTIONS
|
||||
} > sram
|
||||
|
||||
.lpram : {
|
||||
_slpram = ABSOLUTE(.);
|
||||
*(.lpram)
|
||||
_elpram = ABSOLUTE(.);
|
||||
} > lpram
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
Loading…
Reference in New Issue
Block a user