Parcourir la source
alignment
Gives more free DTCM.
This is the first iteration - after USB and other things are done we should look at this, again.
teensy4-core
Frank
il y a 6 ans
Parent
révision
28facbf3ee
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
6 ajouts et
1 suppressions
-
teensy4/imxrt.ld
|
|
@@ -37,13 +37,18 @@ SECTIONS |
|
|
|
. = ALIGN(16); |
|
|
|
} > ITCM AT> FLASH |
|
|
|
|
|
|
|
.vectorsRAM (NOLOAD) : { |
|
|
|
. = ALIGN(4); |
|
|
|
*(.vectorsRAM*) |
|
|
|
} > DTCM |
|
|
|
|
|
|
|
.data : { |
|
|
|
*(.rodata*) |
|
|
|
*(.data*) |
|
|
|
. = ALIGN(16); |
|
|
|
} > DTCM AT> FLASH |
|
|
|
|
|
|
|
.bss : { |
|
|
|
.bss ALIGN(4) : { |
|
|
|
*(.bss*) |
|
|
|
*(COMMON) |
|
|
|
. = ALIGN(32); |