Skip to content

Commit

Permalink
Prevent contiguous stack section occupying flash.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyma98 committed Sep 23, 2024
1 parent 95181d3 commit 7225322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link.ld.in
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ SECTIONS
. = ORIGIN(RAM);
FILL(0);
. = __contiguous_stack_bottom;
} > RAM AT>FLASH
} > RAM

/* ### .data */
.data : ALIGN(4)
Expand Down

0 comments on commit 7225322

Please sign in to comment.