Ver código fonte

Enable use of 256K RAM on Teensy 3.5

teensy4-core
PaulStoffregen 6 anos atrás
pai
commit
148efde0f2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      teensy3/mk64fx512.ld

+ 1
- 1
teensy3/mk64fx512.ld Ver arquivo

@@ -31,7 +31,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 192K
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 262140
}



Carregando…
Cancelar
Salvar