Skip to content

Commit

Permalink
Mark AXISRAM as NOLOAD (as well as SRAM3/4)
Browse files Browse the repository at this point in the history
Even though some debug probes might load it, we certainly shouldn't assume that
in the examples.
  • Loading branch information
richardeoin committed Oct 17, 2020
1 parent 63bdaf9 commit 34d2614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory.x
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _stack_start = ORIGIN(RAM) + LENGTH(RAM);

/* These sections are used for some of the examples */
SECTIONS {
.axisram : ALIGN(8) {
.axisram (NOLOAD) : ALIGN(8) {
*(.axisram .axisram.*);
. = ALIGN(8);
} > AXISRAM
Expand Down

0 comments on commit 34d2614

Please sign in to comment.