EasyLogger on a Tiny25
Posted: Tue Oct 07, 2008 11:47 am
To start with, I'm an AVR beginner... I've got interested in the EasyLogger and build a circuit, but only had an ATTiny25 at hand.
I've tried to modify the code somewhat and removed the Led-functions, but the code is still a bit to large för the '25.
How can I trim it to fit?
I've tried to modify the code somewhat and removed the Led-functions, but the code is still a bit to large för the '25.
Code: Select all
avr-objcopy -j .text -j .data -O ihex main.bin main.hex
./checksize main.bin 2048 256
*** code size 2150 exceeds limit of 2048
How can I trim it to fit?