<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=8&amp;t=24102&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2022-01-11T21:07:27+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=8&amp;t=24102&amp;mode</id>
<entry>
<author><name><![CDATA[micky]]></name></author>
<updated>2022-01-11T21:07:27+01:00</updated>
<published>2022-01-11T21:07:27+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234791#p234791</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234791#p234791"/>
<title type="html"><![CDATA[Re: Problem z programatorem ATB USBASP wersja 4.2]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234791#p234791"><![CDATA[
A nie podałeś złego procka? Bo sygnatury się różnią...<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1546">micky</a> — 11 sty 2022, o 21:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[milek22]]></name></author>
<updated>2022-01-11T14:53:57+01:00</updated>
<published>2022-01-11T14:53:57+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234788#p234788</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234788#p234788"/>
<title type="html"><![CDATA[Re: Problem z programatorem ATB USBASP wersja 4.2]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234788#p234788"><![CDATA[
Podłączone mam taśmą kanda 10 pin do zestawu atb. Przekładam tylko programator.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2563">milek22</a> — 11 sty 2022, o 14:53</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marhef]]></name></author>
<updated>2022-01-11T13:08:26+01:00</updated>
<published>2022-01-11T13:08:26+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234787#p234787</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234787#p234787"/>
<title type="html"><![CDATA[Re: Problem z programatorem ATB USBASP wersja 4.2]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234787#p234787"><![CDATA[
Do którego pinu programatora w wersji 4.2 podłączasz GND?<br />Jak zobaczysz w instrukcji, Mirek dołożył trochę funkcjonalności w tej wersji. Kosztem pinów GND<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=12752">Marhef</a> — 11 sty 2022, o 13:08</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[milek22]]></name></author>
<updated>2022-01-11T10:53:32+01:00</updated>
<published>2022-01-11T10:53:32+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234785#p234785</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234785#p234785"/>
<title type="html"><![CDATA[Problem z programatorem ATB USBASP wersja 4.2]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=24102&amp;p=234785#p234785"><![CDATA[
Witam.<br />Posiadam 2 programatory  ATB USBASP - wersja 4.2 oraz wersja 4.1<br />W eclipse wszystko wgrywa się prawidłowo programatorem w wersji 4.1 <br />Programatorem w wersji 4.2 większość wgrywa się również prawidłowo lecz problem mam w eclipse z wgrywaniem projektu ATB ANALOG INDICATOR (licencja i moduł oryginał Atnel)<br /><br />Wersja 4.2 nie wgrywa a po przełożeniu samego programatora 4.1 - wgrywa i wszystko działa.<br /><br />Czy to wina programatora 4.2?<br />Poniżej kompilacja w eclipse<br /><br />[syntax=c]'Finished building: ANALOG_INDICATOR.lss'<br />' '<br />'Create Flash image (ihex format)'<br />avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex ANALOG_INDICATOR.elf  &quot;ANALOG_INDICATOR.hex&quot;<br />'Finished building: ANALOG_INDICATOR.hex'<br />' '<br />'Create eeprom image (ihex format)'<br />avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex ANALOG_INDICATOR.elf  &quot;ANALOG_INDICATOR.eep&quot;<br />'Finished building: ANALOG_INDICATOR.eep'<br />' '<br />'Invoking: Print Size'<br />avr-size --format=avr --mcu=atmega16 ANALOG_INDICATOR.elf<br />AVR Memory Usage<br />----------------<br />Device: atmega16<br /><br />Program:    2048 bytes (12.5% Full)<br />(.text + .data + .bootloader)<br /><br />Data:         21 bytes (2.1% Full)<br />(.data + .bss + .noinit)<br /><br /><br />'Finished building: sizedummy'<br />' '<br /><br />10:04:44 Build Finished. 0 errors, 0 warnings. (took 2s.783ms)[/syntax]<br /><br />Okno console przy wgrywaniu<br /><br />[syntax=c]Launching C:\AVRDUDE\avrdude -pm16 -cusbasp -V -B 0.5 -Uflash:w:ANALOG_INDICATOR.hex:a <br />Output:<br /><br /><br />Launching C:\AVRDUDE\avrdude -pm16 -cusbasp -V -B 0.5 -Uflash:w:ANALOG_INDICATOR.hex:a <br />Output:<br /><br />Please wait ...<br /><br />avrdude_mk.exe: set SCK frequency to 1500000 Hz<br />avrdude_mk.exe: AVR device initialized and ready to accept instructions<br /><br />Reading | ################################################## | 100% 0.00s<br /><br />avrdude_mk.exe: Device signature = 0x1e321e<br />avrdude_mk.exe: Expected signature for ATMEGA16 is 1E 94 03<br />                Double check chip, or use -F to override this check.<br /><br />avrdude_mk.exe done.  Thank you.<br /><br />Compiled special for http://forum.atnel.pl (v5.11.1)<br /><br /><br /><br />avrdude_mk.exe: set SCK frequency to 1500000 Hz<br />avrdude_mk.exe: AVR device initialized and ready to accept instructions<br /><br />Reading | ################################################## | 100% 0.00s<br /><br />avrdude_mk.exe: Device signature = 0x1e321e<br />avrdude_mk.exe: Expected signature for ATMEGA16 is 1E 94 03<br />                Double check chip, or use -F to override this check.<br /><br />avrdude_mk.exe done.  Thank you.<br /><br />Compiled special for http://forum.atnel.pl (v5.11.1)<br /><br />avrdude finished[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2563">milek22</a> — 11 sty 2022, o 10:53</p><hr />
]]></content>
</entry>
</feed>