Gast
#237729
Hi, der WinAVR C-Compiler zeigt an, dass der Programmspeicher zu 102.1 % voll ist, obwohl erst 8368 Bytes belegt sind. Der ATmega168 hat aber 16k Flash. Stimmt da da nur die %-Anzeige nicht? Oder ist das Programm tatsächlich schon zu groß? Es gibt nämlich auch merkwürdige Programmabstürze. AVR Memory Usage: ----------------- Device: atmega168 Program: 8368 bytes (102.1% Full) (.text + .data + .bootloader) Data: 613 bytes (59.9% Full) (.data + .bss + .noinit) -------- end -------- vg Johngo