Skip to content

Commit

Permalink
Reduce size of Code Flash in Linker Script
Browse files Browse the repository at this point in the history
  • Loading branch information
NKelias committed Jul 2, 2019
1 parent 7b54cba commit 4b40a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENTRY(_start)

MEMORY
{
FLASH (rxai!w) : ORIGIN = 0x80000000, LENGTH = 0x00040000
FLASH (rxai!w) : ORIGIN = 0x80000000, LENGTH = 0x0003DE00
INTRAM (wxa!ri) : ORIGIN = 0x00000004, LENGTH = 0x0000FFFC
USERPAGE : ORIGIN = 0x80800000, LENGTH = 0x00000200
}
Expand Down

0 comments on commit 4b40a1a

Please sign in to comment.