Tronxy X5SA (V5 / V6 boards) (#18243)

This commit is contained in:
Victor
2020-06-10 19:16:22 -03:00
committed by GitHub
parent 75119c433a
commit e2cc966621
7 changed files with 343 additions and 12 deletions

View File

@ -1,7 +1,7 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
rom (rx) : ORIGIN = 0x08008800, LENGTH = 512K - 32K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 60K
rom (rx) : ORIGIN = 0x08008800, LENGTH = 512K - 34K
}
/* Provide memory region aliases for common.inc */