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

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-03-19T09:02:06+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=46&amp;t=11095&amp;mode</id>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2015-03-19T09:02:06+01:00</updated>
<published>2015-03-19T09:02:06+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123896#p123896</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123896#p123896"/>
<title type="html"><![CDATA[Re: Keil uVision4 - debugger i odczytanie wartości wskaźnika]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123896#p123896"><![CDATA[
W debugerze możesz dodawać co chcesz do tzw. watcherów, wtedy wyrzuca ci ładnie w okienku jakie zmienne, wskaźniki, czy nawet funkcje zwracają wartości.<p>Statystyki: Napisane przez Gość — 19 mar 2015, o 09:02</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SunRiver]]></name></author>
<updated>2015-03-19T08:52:52+01:00</updated>
<published>2015-03-19T08:52:52+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123895#p123895</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123895#p123895"/>
<title type="html"><![CDATA[Re: Keil uVision4 - debugger i odczytanie wartości wskaźnika]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123895#p123895"><![CDATA[
przed breakpointem wyslij sobie zmienną na terminal<br />albo odczytaj po prostu zawartość w rejestrze<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=58">SunRiver</a> — 19 mar 2015, o 08:52</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[piotr_1547]]></name></author>
<updated>2015-03-18T22:26:52+01:00</updated>
<published>2015-03-18T22:26:52+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123870#p123870</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123870#p123870"/>
<title type="html"><![CDATA[Re: Keil uVision4 - debugger i odczytanie wartości wskaźnika]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123870#p123870"><![CDATA[
Breakpoint pozwoli mi na zatrzymanie programu - tak? A w jaki sposób będę mógł sprawdzić, na co wskazuje wskaźnik?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2740">piotr_1547</a> — 18 mar 2015, o 22:26</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PJS]]></name></author>
<updated>2015-03-18T17:35:05+01:00</updated>
<published>2015-03-18T17:35:05+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123821#p123821</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123821#p123821"/>
<title type="html"><![CDATA[Re: Keil uVision4 - debugger i odczytanie wartości wskaźnika]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123821#p123821"><![CDATA[
Ustawiasz w tym miejscu breakpoint'a.<br /><br /><a href="http://www.keil.com/uvision/db_exe_breakpoints.asp"  class="postlink">http://www.keil.com/uvision/db_exe_breakpoints.asp</a><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1614">PJS</a> — 18 mar 2015, o 17:35</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[piotr_1547]]></name></author>
<updated>2015-03-18T17:27:34+01:00</updated>
<published>2015-03-18T17:27:34+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123819#p123819</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123819#p123819"/>
<title type="html"><![CDATA[Keil uVision4 - debugger i odczytanie wartości wskaźnika]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11095&amp;p=123819#p123819"><![CDATA[
Witam.<br /><br />Tworzę pewien program, który ma docelowo obsługiwać układ z mikrokontrolerem STM32.<br />Obecnie jestem na etapie testowania prototypu - na płytce testowej DISCOVERY. Chciałbym sprawdzić, czy program dobrze pracuje. W tym celu muszę go w określonym momencie zatrzymać i odczytać adres, na który wskazuje wskaźnik w programie: <br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">//początek programu<br />//...<br />//...<br />//...<br /> <br />    *a++ = 0x01;<br />    *a++ = 0x4F; //&lt;----- tu muszę program zatrzymać i sprawdzić zawartość 'a'<br />    *a++ = 0xA0;<br /> <br />//dalsza część</div><br /><br />Czy jest to możliwe w debbugerze Keil uVision 4? Jak to można zrobić?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2740">piotr_1547</a> — 18 mar 2015, o 17:27</p><hr />
]]></content>
</entry>
</feed>