Cytat:Powinno się wyświetlić 3710000_ na wyświetlaczu.
A nie czasami 003710000?
Bo tak się u mnie wyświetla.
I wyświetla mi po kompilacji 3 Warnings
"Build started 1.2.2012 at 16:53:54
avr-gcc -mmcu=atmega32 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT nowy.o -MF dep/nowy.o.d -c ../nowy.c
..
/nowy.c:1:0: warning: "F_CPU" redefined
<command-line>:0:0: note: this is the location of the previous definition
../nowy.c: In function 'wys_freq':
../nowy.c:12:9: warning: array subscript has type 'char'
../nowy.c:9:16: warning: array subscript is above array bounds
avr-gcc -mmcu=atmega32 -Wl,-Map=nowy.map nowy.o -o nowy.elf
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature nowy.elf nowy.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex nowy.elf nowy.eep || exit 0
avr-objdump -h -S nowy.elf > nowy.lss
ECHO jest wyĄczone.
AVR Memory Usage
----------------
Device: atmega32
Program: 532 bytes (1.6% Full)
(.text + .data + .bootloader)
Data: 0 bytes (0.0% Full)
(.data + .bss + .noinit)
Build succeeded with 3 Warnings...
"