Explorar el Código

Fix DMAMEM

teensy4-core
PaulStoffregen hace 6 años
padre
commit
2a7fc906f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/imxrt.ld

+ 1
- 1
teensy4/imxrt.ld Ver fichero

@@ -50,7 +50,7 @@ SECTIONS
. = . + 32; /* MPU to trap stack overflow */
} > DTCM

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

Cargando…
Cancelar
Guardar