Jako, że to mój pierwszy post na forum chciałbym się przywitać: Cześć !
Od razu chciałbym też opisać problem, który mam z programowaniem sterownika latarki.
Chodzi o Convoy S2+ ze stokowym driverem i firmware 3/5.
Chciałbym zupgrade'ować go do jakiegoś softu, który posiada tryb moon.
W związku z tym wybrałem soft biscotti:
https://bazaar.launchpad.net/~toykeeper ... /biscotti/
Do programowania używam:
https://abc-rc.pl/product-pol-6143-Prog ... L-AVR.html
https://abc-rc.pl/product-pol-7983-Klip ... wania.html
Po dłuższej walce z setupem doczytałem, że czasem pin 5 attiny jest zwierany do masy przez producenta i uniemożliwia to wgranie firmware.
W związku z tym przeciąłem ścieżkę przy pinie 5 attiny i wszystko zaczęło działać.
Flashowanie kończy się sukcesem ale niestety latarka nie działa. Tzn. po podłączeniu napięcia brak jest jakiejkolwiek reakcji (mowa o Biscotti).
O dziwo natomiast bez problemu działa soft Nlite:
https://bazaar.launchpad.net/~toykeeper ... nes/NLITE/
Sprawdziłem też kilka innych softów i żaden oprócz Nlite nie działa
Zdjęcia mojego drivera (niestety nie wiem jaki to model, bo brak jest napisów na płytce):
Poproszę o porady gdzie popełniam błąd.
Tutaj jeszcze zrzutka z sesji programowania:
Kod: Zaznacz cały
C:\avrusb>avrdude -p t13 -c usbasp -n
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.02s
avrdude: Device signature = 0x1e9007
avrdude: safemode: Fuses OK (H:FF, E:FF, L:75)
avrdude done. Thank you.
C:\avrusb>avrdude -p t13 -c usbasp -u -Uflash:w:biscotti.hex:a -Ulfuse:w:0x75:m
-Uhfuse:w:0xFF:m -e -v
avrdude: Version 6.0.1, compiled on Oct 17 2013 at 21:37:20
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\MHV AVR Tools
\bin\avrdude.conf"
Using Port : usb
Using Programmer : usbasp
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 : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude: auto set sck period (because given equals null)
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9007
avrdude: erasing chip
avrdude: auto set sck period (because given equals null)
avrdude: reading input file "biscotti.hex"
avrdude: input file biscotti.hex auto detected as raw binary
avrdude: writing flash (1024 bytes):
Writing | ################################################## | 100% 0.87s
avrdude: 1024 bytes of flash written
avrdude: verifying flash memory against biscotti.hex:
avrdude: load data flash data from input file biscotti.hex:
avrdude: input file biscotti.hex auto detected as raw binary
avrdude: input file biscotti.hex contains 1024 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.55s
avrdude: verifying ...
avrdude: 1024 bytes of flash verified
avrdude: reading input file "0x75"
avrdude: writing lfuse (1 bytes):
Writing | ################################################## | 100% 0.00s
avrdude: 1 bytes of lfuse written
avrdude: verifying lfuse memory against 0x75:
avrdude: load data lfuse data from input file 0x75:
avrdude: input file 0x75 contains 1 bytes
avrdude: reading on-chip lfuse data:
Reading | ################################################## | 100% 0.00s
avrdude: verifying ...
avrdude: 1 bytes of lfuse verified
avrdude: reading input file "0xFF"
avrdude: writing hfuse (1 bytes):
Writing | ################################################## | 100% 0.01s
avrdude: 1 bytes of hfuse written
avrdude: verifying hfuse memory against 0xFF:
avrdude: load data hfuse data from input file 0xFF:
avrdude: input file 0xFF contains 1 bytes
avrdude: reading on-chip hfuse data:
Reading | ################################################## | 100% 0.01s
avrdude: verifying ...
avrdude: 1 bytes of hfuse verified
avrdude done. Thank you.
C:\avrusb>
Pozdrawiam
Krzysztof