Ver código fonte

Pad DMAMEM to 32 byte cache line size

main
PaulStoffregen 4 anos atrás
pai
commit
bef18c9869
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      teensy4/imxrt1062.ld
  2. +1
    -1
      teensy4/imxrt1062_t41.ld

+ 1
- 1
teensy4/imxrt1062.ld Ver arquivo

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

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

_stext = ADDR(.text.itcm);

+ 1
- 1
teensy4/imxrt1062_t41.ld Ver arquivo

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

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

.bss.extram (NOLOAD) : {

Carregando…
Cancelar
Salvar