Parcourir la source

Pad DMAMEM to 32 byte cache line size

teensy4-core
PaulStoffregen il y a 4 ans
Parent
révision
bef18c9869
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      teensy4/imxrt1062.ld
  2. +1
    -1
      teensy4/imxrt1062_t41.ld

+ 1
- 1
teensy4/imxrt1062.ld Voir le fichier

@@ -57,7 +57,7 @@ SECTIONS

.bss.dma (NOLOAD) : {
*(.dmabuffers)
. = ALIGN(16);
. = ALIGN(32);
} > RAM

_stext = ADDR(.text.itcm);

+ 1
- 1
teensy4/imxrt1062_t41.ld Voir le fichier

@@ -58,7 +58,7 @@ SECTIONS

.bss.dma (NOLOAD) : {
*(.dmabuffers)
. = ALIGN(16);
. = ALIGN(32);
} > RAM

.bss.extram (NOLOAD) : {

Chargement…
Annuler
Enregistrer