File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
4
4
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5
- SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 44K
5
+ SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 36K
6
6
}
7
7
8
8
PAGE_SIZE = 512;
Original file line number Diff line number Diff line change 2
2
{
3
3
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
4
4
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5
- SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 44K
5
+ SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 40K
6
6
}
7
7
8
8
PAGE_SIZE = 512;
Original file line number Diff line number Diff line change 2
2
{
3
3
FLASH (rx) : ORIGIN = 0xc0de0000, LENGTH = 400K
4
4
DATA (r) : ORIGIN = 0xc0de0000, LENGTH = 400K
5
- SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 44K
5
+ SRAM (rwx) : ORIGIN = 0xda7a0000, LENGTH = 36K
6
6
}
7
7
8
8
PAGE_SIZE = 512;
You can’t perform that action at this time.
0 commit comments