attiny flash memory versus sketch memory requirements
i trying figure out if sketch fit in attiny85 dev. board. read spec's., has 8k flash, 6k left after bootloader.
but when @ memory used @ bottom of sketch, talks flash.
it says sketch uses
"sketch uses 13282 bytes (43%) of program storage space. maximum 30720 bytes.
global variables use 1025 bytes (50%) of dynamic memory, leaving 1023 bytes local variables. maximum 2048 bytes."
will explain me how figure out if fit ?
but when @ memory used @ bottom of sketch, talks flash.
it says sketch uses
"sketch uses 13282 bytes (43%) of program storage space. maximum 30720 bytes.
global variables use 1025 bytes (50%) of dynamic memory, leaving 1023 bytes local variables. maximum 2048 bytes."
will explain me how figure out if fit ?
that first number (13282) flash memory used, suggests it's not going fit.
Arduino Forum > Using Arduino > Programming Questions > attiny flash memory versus sketch memory requirements
arduino
Comments
Post a Comment