Skip to content

Commit

Permalink
Leave flash space for all Creality.ld
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 2, 2023
1 parent 242cc08 commit ba14c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/ldscripts/creality.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 64K
}

/* Provide memory region aliases for common.inc */
Expand Down

0 comments on commit ba14c09

Please sign in to comment.