Parcourir la source

Enable use of 256K RAM on Teensy 3.5

teensy4-core
PaulStoffregen il y a 6 ans
Parent
révision
148efde0f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      teensy3/mk64fx512.ld

+ 1
- 1
teensy3/mk64fx512.ld Voir le fichier

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



Chargement…
Annuler
Enregistrer