Eléggé kezdő vagyok még az Arduino területén. Szerettem volna egy a címben szereplő avr-t felprogramozni, de sajnos akadályba ütköztem.
Eleinte próbálkoztam az Arduino 1.0.6-os verzióval, de ott ebbe a hibába ütköztem:
Kód: Egész kijelölése
please define pagel and bs2 signals in the configuration file for part attiny13Ezzel már nem azt a hibaüzenetet kapom, hanem ezt
Kód: Egész kijelölése
Arduino: 1.6.13 (Windows 8.1), Alaplap:"ATtiny13, 128 KHz internal osc., Disabled, -Os (default)"
Sketch uses 354 bytes (34%) of program storage space. Maximum is 1 024 bytes.
Global variables use 4 bytes (6%) of dynamic memory, leaving 60 bytes for local variables. Maximum is 64 bytes.
C:\Users\Admin\Desktop\arduino-1.6.13\hardware\tools\avr/bin/avrdude -CC:\Users\Admin\Desktop\arduino-1.6.13\hardware\tools\avr/etc/avrdude.conf -v -pattiny13 -cstk500v1 -PCOM5 -b19200 -Uflash:w:C:\Users\Admin\AppData\Local\Temp\arduino_build_841656/Blink.ino.hex:i
avrdude: Version 6.3, compiled on Sep 12 2016 at 17:24:16
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\Admin\Desktop\arduino-1.6.13\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM5
Using Programmer : stk500v1
Overriding Baud Rate : 19200
AVR Part : ATtiny13
Chip Erase delay : 4000 us
PAGEL : P00
BS2 : P00
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 5 4 0 no 64 4 0 4000 4000 0xff 0xff
flash 65 6 32 0 yes 1024 32 32 4500 4500 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 2 0 0 0 0 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
Hardware Version: 2
Firmware Version: 1.18
Topcard : Unknown
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.02s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
Egy hiba lépett fel a vázlat feltöltése közben
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Egyes helyeken Attiny85-nél írtak olyan megoldást, hogy külső oszcillátor használatával megoldódott a probléma, de Attiny13a-nál nem lehet kristályt csatlakoztatni.
Amivel próbálok programozni az Arduino uno ISP .
A válaszokat előre is köszönöm. Ha valami információ hiányzik akkor igyekszek pótolni.