Kaynağa Gözat

alignment

Gives more free DTCM. 
This is the first iteration - after USB and other things are done we should look at this, again.
main
Frank 6 yıl önce
ebeveyn
işleme
28facbf3ee
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. +6
    -1
      teensy4/imxrt.ld

+ 6
- 1
teensy4/imxrt.ld Dosyayı Görüntüle

@@ -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);

Yükleniyor…
İptal
Kaydet