Creality STM32F401RE board (e.g., Ender-5 S1) (#25773)

This commit is contained in:
Scott Lahteine
2023-05-02 17:59:27 -05:00
committed by GitHub
parent 21ea9bf50f
commit e1f6435d44
22 changed files with 1881 additions and 7 deletions

View File

@@ -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 */