Tronxy X5SA (V5 / V6 boards) (#18243)
This commit is contained in:
parent
75119c433a
commit
e2cc966621
7 changed files with 343 additions and 12 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue