Thank you very much for help.
But my problem persist. ![]()
I can't find correct version of bootloader for my board.
I'm using:
PC: w2000 SP4,
IDE: arduino-0016
HW: arduino severino s3v3
The bootloaders I have tried:
C:\programs\arduino-0016\hardware\bootloaders\atmega
ATmegaBOOT_168_ng.hex
ATmegaBOOT_168_diecimila.hex
Fuses bits, I have read out from Makefile something like
HFUSE = DD
LFUSE = FF
EFUSE = 00
Always opened *.hex file in AtmelAvrStudio v4.16
and burned with AvrDragon in ISP mode and checked fuses too.
Programming is OK.
After restarting board the LED13 doesn't blink.
The Arduino IDE can't upload the sketch.
Can anyone point me, which bootloader should be used with the board severino s3v3 ???
Note: LED13 has good connection, it works, if I write a simple test loop in C in AvrStudio.