<?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=8529&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2014-09-16T18:48:54+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=8&amp;t=8529&amp;mode</id>
<entry>
<author><name><![CDATA[tmichal24]]></name></author>
<updated>2014-09-16T18:48:54+01:00</updated>
<published>2014-09-16T18:48:54+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95689#p95689</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95689#p95689"/>
<title type="html"><![CDATA[Re: Atmega 8 nie ładuje się wsad hex]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95689#p95689"><![CDATA[
Kolego Maverick skąd w ogóle pomysł że ci się wsad nie wgrywa, to co ci wyświetlił eclipse w konsoli świadczy właśnie o tym że się wgrywa prawidłowo. A to że kod się kompiluje wcale nie oznacza że musi działać. Tak jak kolega wyżej napisał masz coś nie tak z kodem lub połączeniami elektrycznymi.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1651">tmichal24</a> — 16 wrz 2014, o 18:48</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Shiro]]></name></author>
<updated>2014-09-15T21:52:32+01:00</updated>
<published>2014-09-15T21:52:32+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95603#p95603</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95603#p95603"/>
<title type="html"><![CDATA[Re: Atmega 8 nie ładuje się wsad hex]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95603#p95603"><![CDATA[
podaj kod źródłowy i schemat.<br />Albo masz coś źle podłączone albo w kodzie masz błędy.<br /><br />Kryształowa kula mi nie działa dziś...<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5652">Shiro</a> — 15 wrz 2014, o 21:52</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Maverick]]></name></author>
<updated>2014-09-15T21:43:40+01:00</updated>
<published>2014-09-15T21:43:40+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95599#p95599</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95599#p95599"/>
<title type="html"><![CDATA[Atmega 8 nie ładuje się wsad hex]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=8529&amp;p=95599#p95599"><![CDATA[
Witam!<br />Mam napisany program do pomiaru temperatury i wilgotności. Program się kompiluje i gdy ładuję go do mikrokontrolera w okienku Console Eclipse-a otrzymuję<br /><br />Launching C:\AVRDUDE\avrdude -pm8 -cusbasp -Uflash:w:04_LCD.hex:a -Ueeprom:w:04_LCD.eep:a <br />Output:<br /><br />avrdude: AVR device initialized and ready to accept instructions<br /><br />Reading | ################################################## | 100% 0.01s<br /><br />avrdude: Device signature = 0x1e9307<br />avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed<br />         To disable this feature, specify the -D option.<br />avrdude: erasing chip<br />avrdude: reading input file &quot;04_LCD.hex&quot;<br />avrdude: input file 04_LCD.hex auto detected as Intel Hex<br />avrdude: writing flash (6822 bytes):<br /><br />Writing | ################################################## | 100% 3.74s<br /><br />avrdude: 6822 bytes of flash written<br />avrdude: verifying flash memory against 04_LCD.hex:<br />avrdude: load data flash data from input file 04_LCD.hex:<br />avrdude: input file 04_LCD.hex auto detected as Intel Hex<br />avrdude: input file 04_LCD.hex contains 6822 bytes<br />avrdude: reading on-chip flash data:<br /><br />Reading | ################################################## | 100% 1.82s<br /><br />avrdude: verifying ...<br />avrdude: 6822 bytes of flash verified<br />avrdude: reading input file &quot;04_LCD.eep&quot;<br />avrdude: input file 04_LCD.eep auto detected as Intel Hex<br />avrdude: writing eeprom (0 bytes):<br /><br />Writing | ################################################## | 100% -0.00s<br /><br />avrdude: 0 bytes of eeprom written<br />avrdude: verifying eeprom memory against 04_LCD.eep:<br />avrdude: load data eeprom data from input file 04_LCD.eep:<br />avrdude: input file 04_LCD.eep auto detected as Intel Hex<br />avrdude: input file 04_LCD.eep contains 0 bytes<br />avrdude: reading on-chip eeprom data:<br /><br />Reading | ################################################## | 100% 0.52s<br /><br />avrdude: verifying ...<br />avrdude: 0 bytes of eeprom verified<br /><br />avrdude done.  Thank you.<br /><br />Compiled special for <!-- m --><a class="postlink" href="http://forum.atnel.pl" >http://forum.atnel.pl</a><!-- m --> (v5.11.1)<br /><br />avrdude finished<br /><br /><br />Po czym na wyświetlaczu nie są wyświetlane wyniki pomiarów. Co jest nie tak?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2203">Maverick</a> — 15 wrz 2014, o 21:43</p><hr />
]]></content>
</entry>
</feed>