.
Hello
I have a source code for Teensy LC, so for MKL26Z64, but I want do my own board and replace MKL26Z64 by MKL26Z128, to increase flash memory from 64K to 128K.
I understand that simply need modify boards.txt file to change size of flash and RAM memory. I open boards.txt and find these definitions for Flash and RAM memories:
teensyLC.upload.maximum_size=63488
teensyLC.upload.maximum_data_size=8192
According with datasheet, MKL26Z64 has 64K flash, so 64*1024=65536. So why in boards.txt put 63488 instead of 65536, why lost 2K ??.
Kind Regards
Hello
I have a source code for Teensy LC, so for MKL26Z64, but I want do my own board and replace MKL26Z64 by MKL26Z128, to increase flash memory from 64K to 128K.
I understand that simply need modify boards.txt file to change size of flash and RAM memory. I open boards.txt and find these definitions for Flash and RAM memories:
teensyLC.upload.maximum_size=63488
teensyLC.upload.maximum_data_size=8192
According with datasheet, MKL26Z64 has 64K flash, so 64*1024=65536. So why in boards.txt put 63488 instead of 65536, why lost 2K ??.
Kind Regards