Skip to content

Commit

Permalink
Added note for profiles in linkerscript
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab committed Mar 7, 2024
1 parent afd46ff commit 1656dd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linkerscript.ld
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Memories definitions
MEMORY
{
rom (rx) : org = 0x00000000 + 8k, len = 256k - 8k - 32k
/* Note: The profiles need to be sector alligned. The
storage erases the whole sector and writes the entries
back if we changed something. All other data in this
sector will be lost on changing the entries */
profiles (r) : org = 0x00000000 + 256k - 32k, len = 32k
ram (rwx) : org = 0x10000000, len = 16k
ram1 (rwx) : org = 0x2007C000, len = 16k
Expand Down

0 comments on commit 1656dd9

Please sign in to comment.