Skip to content

Commit

Permalink
embedded: Bump lpc55 RAM length to 272K
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey authored and daringer committed Nov 25, 2022
1 parent feae9c5 commit eb0ae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/embedded/ld/lpc55-memory-template.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MEMORY
FILESYSTEM : ORIGIN = 0x##FS_BASE##, LENGTH = ##FS_LENGTH##K

/* for use with standard link.x */
RAM : ORIGIN = 0x20000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 272K

/* would be used with proper link.x */
/* needs changes to r0 (initialization code) */
Expand Down

0 comments on commit eb0ae22

Please sign in to comment.