Browse Source

Enable use of 256K RAM on Teensy 3.5

main
PaulStoffregen 6 years ago
parent
commit
148efde0f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/mk64fx512.ld

+ 1
- 1
teensy3/mk64fx512.ld View File

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



Loading…
Cancel
Save