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

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2016-01-03T19:58:51+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=58&amp;t=14075&amp;mode</id>
<entry>
<author><name><![CDATA[APAP75]]></name></author>
<updated>2016-01-03T19:58:51+01:00</updated>
<published>2016-01-03T19:58:51+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149580#p149580</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149580#p149580"/>
<title type="html"><![CDATA[Re: Program się zatrzymuje]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149580#p149580"><![CDATA[
Podpowiem Ci - po prawej masz taki przycisk &quot;pomógł&quot; - naduś go  <img src="https://forum.atnel.pl/images/smilies/icon_e_biggrin.gif" alt=":D" title="Bardzo szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=6195">APAP75</a> — 3 sty 2016, o 19:58</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krecix]]></name></author>
<updated>2016-01-03T19:25:59+01:00</updated>
<published>2016-01-03T19:25:59+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149576#p149576</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149576#p149576"/>
<title type="html"><![CDATA[Re: Program się zatrzymuje]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149576#p149576"><![CDATA[
Nie wiem jak mam podziękować więc po prostu napisze dziękuje za zwrócenie mi uwagi na to. Już myślałem ze znowu mikrokontroler popsułem na podobnym programie.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=11766">krecix</a> — 3 sty 2016, o 19:25</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bartek123]]></name></author>
<updated>2016-01-03T17:51:49+01:00</updated>
<published>2016-01-03T17:51:49+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149570#p149570</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149570#p149570"/>
<title type="html"><![CDATA[Re: Program się zatrzymuje]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149570#p149570"><![CDATA[
Nie wiem czy zauważyliście ale jest tylko jeden delay także dioda mruga, ale stan kiedy nie świeci jest tak krótki, że nie da się zauważyć, że mruga kod powinien wyglądać tak:<br />[syntax=c]#include  &lt;avr/io.h&gt;<br />#include  &lt;util/delay.h&gt;<br />int main(void){ <br />    DDRB=0xff; <br />    while(1){ <br />        PORTB=0xAA; //dotąd działa <br />        _delay_ms(1000); <br />        PORTB=0x55; <br />        _delay_ms(1000); <br />    } <br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10617">Bartek123</a> — 3 sty 2016, o 17:51</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ds3]]></name></author>
<updated>2016-01-03T17:45:06+01:00</updated>
<published>2016-01-03T17:45:06+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149569#p149569</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149569#p149569"/>
<title type="html"><![CDATA[Re: Program się zatrzymuje]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149569#p149569"><![CDATA[
[syntax=c]PORTB=0x55;[/syntax]<br />Spróbuj zamienić na:<br />[syntax=c]PORTB=0x2a;[/syntax]<br /><br />A tak szczerze, nie lepiej byłoby jakbyś to napisał w nieco bardziej widoczny sposób? np.<br />[syntax=c]PORTB |= (1&lt;&lt;PB0);[/syntax]<br /><br /><br />Pozdrawiam!<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1783">Ds3</a> — 3 sty 2016, o 17:45</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krecix]]></name></author>
<updated>2016-01-03T17:27:35+01:00</updated>
<published>2016-01-03T17:27:35+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149567#p149567</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149567#p149567"/>
<title type="html"><![CDATA[Program się zatrzymuje]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14075&amp;p=149567#p149567"><![CDATA[
Witam. Mam bardzo dziwny problem. Po skompilowaniu pliku i wysłaniu go do mikrokontrolera dioda nie chce migać, jedynie co to się zaświeci i na tym poprzestanie:<br />[syntax=c]#include &lt;avr/io.h&gt;<br />#include &lt;util/delay.h&gt;<br />int main(void){<br />DDRB=0xff;<br />while(1){<br />PORTB=0xAA; //dotąd działa<br />_delay_ms(1000);<br />PORTB=0x55;<br />}<br />}[/syntax]<br />Jest mi ktoś wstanie pomóc ?? Filtracja zasilania jest, rezystor na resecie jest. Napięcie 5V<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=11766">krecix</a> — 3 sty 2016, o 17:27</p><hr />
]]></content>
</entry>
</feed>