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

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2017-03-12T08:42:43+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=17864&amp;mode</id>
<entry>
<author><name><![CDATA[lukii1717]]></name></author>
<updated>2017-03-12T08:42:43+01:00</updated>
<published>2017-03-12T08:42:43+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184703#p184703</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184703#p184703"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184703#p184703"><![CDATA[
Ok stworzyłem nowy projekt, stworzył się plik .hex  nie wyskoczył żaden błąd, wgrywam najprostszy programik i nic. Posprawdzałem  wszystkie połączenia, wymieniłem uC na inny dalej nic. Nie wiem czy to się po prostu nie wgrywa czy o co chodzi.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10559">lukii1717</a> — 12 mar 2017, o 08:42</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krish]]></name></author>
<updated>2017-03-11T23:17:18+01:00</updated>
<published>2017-03-11T23:17:18+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184691#p184691</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184691#p184691"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184691#p184691"><![CDATA[
Nie importuj projektu, tylko stwórz nowy od początku.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2273">krish</a> — 11 mar 2017, o 23:17</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xentis]]></name></author>
<updated>2017-03-11T22:31:40+01:00</updated>
<published>2017-03-11T22:31:40+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184684#p184684</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184684#p184684"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184684#p184684"><![CDATA[
A w eclipse ścieżki do komponentów masz właściwe (do pluginu, do avrdude itp)?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=6265">xentis</a> — 11 mar 2017, o 22:31</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lukii1717]]></name></author>
<updated>2017-03-11T21:17:48+01:00</updated>
<published>2017-03-11T21:17:48+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184678#p184678</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184678#p184678"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184678#p184678"><![CDATA[
niema tam żadnego pliku z rozszerzeniem .hex problem polega na tym dlaczego bo nic nie zmieniałem, nagły brak zasilania to spowodował. <br /><br />w konsoli podczas kompilacji:<br /><br />21:14:14 **** Incremental Build of configuration Release for project rtc ****<br />make all <br />'Building target: rtc.elf'<br />'Invoking: AVR C Linker'<br />avr-gcc -Wl,-Map,rtc.map -mmcu=atmega328p -o &quot;rtc.elf&quot;  ./LCD/lcd44780.o  ./I2C_TWI/i2c_twi.o  ./main.o   <br />./main.o: In function `DS3231_init':<br />main.c:(.text.DS3231_init+0x18): undefined reference to `TWI_write_buf'<br />./main.o: In function `DS3231_get_temp':<br />main.c:(.text.DS3231_get_temp+0x1c): undefined reference to `TWI_read_buf'<br />main.c:(.text.DS3231_get_temp+0x3e): undefined reference to `TWI_read_buf'<br />main.c:(.text.DS3231_get_temp+0x54): undefined reference to `TWI_write_buf'<br />./main.o: In function `DS3231_set_time':<br />main.c:(.text.DS3231_set_time+0x38): undefined reference to `TWI_write_buf'<br />./main.o: In function `DS3231_set_date':<br />main.c:(.text.DS3231_set_date+0x3c): undefined reference to `TWI_write_buf'<br />./main.o: In function `DS3231_get_datetime':<br />main.c:(.text.DS3231_get_datetime+0x30): undefined reference to `TWI_read_buf'<br />./main.o: In function `main':<br />main.c:(.text.startup.main+0x26): undefined reference to `i2cSetBitrate'<br />collect2.exe: error: ld returned 1 exit status<br />make: *** [rtc.elf] Błąd 1<br /><br />21:14:14 Build Finished (took 569ms)<br /><br />Projekt zapisywany jest automatycznie podczas kompilacji.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10559">lukii1717</a> — 11 mar 2017, o 21:17</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krish]]></name></author>
<updated>2017-03-11T20:59:17+01:00</updated>
<published>2017-03-11T20:59:17+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184674#p184674</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184674#p184674"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184674#p184674"><![CDATA[
A nie możesz sprawdzić czy w katalogu ../Realase/..  jest jakiś plik *.hex ?<br /><br />ps. <br />zapisujesz projekt przed kompilacją?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2273">krish</a> — 11 mar 2017, o 20:59</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lukii1717]]></name></author>
<updated>2017-03-11T20:56:45+01:00</updated>
<published>2017-03-11T20:56:45+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184673#p184673</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184673#p184673"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184673#p184673"><![CDATA[
Nowy workspace  potem import projektu ze starego.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10559">lukii1717</a> — 11 mar 2017, o 20:56</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[michaeleagle]]></name></author>
<updated>2017-03-11T20:51:45+01:00</updated>
<published>2017-03-11T20:51:45+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184672#p184672</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184672#p184672"/>
<title type="html"><![CDATA[Re: Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184672#p184672"><![CDATA[
A jak instalowałeś od nowa eclipsa to utworzyłeś na nowo workspace, czy przeniosłeś starego do nowego folderu?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=16396">michaeleagle</a> — 11 mar 2017, o 20:51</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lukii1717]]></name></author>
<updated>2017-03-11T19:09:52+01:00</updated>
<published>2017-03-11T19:09:52+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184663#p184663</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184663#p184663"/>
<title type="html"><![CDATA[Problem podczas wgrywania programu do uC]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=17864&amp;p=184663#p184663"><![CDATA[
Witam, problem zaczął się w momencie kiedy wyłączył się laptop ponieważ zwyczajnie nie zdążyłem podpiąć go do prądu a mianowicie po ponownym włączeniu podczas prób wgrana jakiegokolwiek projektu pokazuje się następujący komunikat.<br /><br /><a href="https://obrazkiforum.atnel.pl/10559/b0a428c4b281a44991e11f03cd1744c3.jpg"  class="postlink"><img src="https://obrazkiforum.atnel.pl/thumb/10559/b0a428c4b281a44991e11f03cd1744c3.jpg" alt="Obrazek" /></a><br /><br />Pierwsze co zrobiłem to wyczyściłem projekt zbudowałem od nowa i wgrywam. Pojawia się ten sam komunikat.<br />Następnie odinstalowałem elcipsa w raz ze wszystkimi składnikami i zainstalowałem od nowa. <br />Niestety dalej to samo. <br />Proszę o pomoc, pozdrawiam.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10559">lukii1717</a> — 11 mar 2017, o 19:09</p><hr />
]]></content>
</entry>
</feed>