Sketch size changing when changing board type
hi,
i'm doing project designed uno , adapted work on micro
i've noticed when compiling code size of sketch increases 18,718 bytes uno selected 21,140 bytes micro selected. annoying because micro has 4k less memory larger bootloader.
can tell me why sketch size increases much?
thanks!
i'm doing project designed uno , adapted work on micro
i've noticed when compiling code size of sketch increases 18,718 bytes uno selected 21,140 bytes micro selected. annoying because micro has 4k less memory larger bootloader.
can tell me why sketch size increases much?
thanks!
quote
can tell me why sketch size increases much?
for 1 thing, micro has 2 serial ports. means 2 instances of hardwareserial class, 2 input buffers , 2 output buffers.
i'm sure there other things affect sketch size, too.
Arduino Forum > Using Arduino > Programming Questions > Sketch size changing when changing board type
arduino
Comments
Post a Comment