Witam!
Mam napisany program do pomiaru temperatury i wilgotności. Program się kompiluje i gdy ładuję go do mikrokontrolera w okienku Console Eclipse-a otrzymuję
Launching C:\AVRDUDE\avrdude -pm8 -cusbasp -Uflash:w:04_LCD.hex:a -Ueeprom:w:04_LCD.eep:a
Output:
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9307
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "04_LCD.hex"
avrdude: input file 04_LCD.hex auto detected as Intel Hex
avrdude: writing flash (6822 bytes):
Writing | ################################################## | 100% 3.74s
avrdude: 6822 bytes of flash written
avrdude: verifying flash memory against 04_LCD.hex:
avrdude: load data flash data from input file 04_LCD.hex:
avrdude: input file 04_LCD.hex auto detected as Intel Hex
avrdude: input file 04_LCD.hex contains 6822 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 1.82s
avrdude: verifying ...
avrdude: 6822 bytes of flash verified
avrdude: reading input file "04_LCD.eep"
avrdude: input file 04_LCD.eep auto detected as Intel Hex
avrdude: writing eeprom (0 bytes):
Writing | ################################################## | 100% -0.00s
avrdude: 0 bytes of eeprom written
avrdude: verifying eeprom memory against 04_LCD.eep:
avrdude: load data eeprom data from input file 04_LCD.eep:
avrdude: input file 04_LCD.eep auto detected as Intel Hex
avrdude: input file 04_LCD.eep contains 0 bytes
avrdude: reading on-chip eeprom data:
Reading | ################################################## | 100% 0.52s
avrdude: verifying ...
avrdude: 0 bytes of eeprom verified
avrdude done. Thank you.
Compiled special for
http://forum.atnel.pl (v5.11.1)
avrdude finished
Po czym na wyświetlaczu nie są wyświetlane wyniki pomiarów. Co jest nie tak?