<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Watching a memory location</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/20267/watching-a-memory-location</link><description> 
If I have a local variable, how do I tell in uVision what memory
location it is in? I need to monitor that location even when the
variable is out of scope, because that location is not being popped
off the stack properly. i.e. I have a bug in the code</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Watching a memory location</title><link>https://community.arm.com/thread/47892?ContentTypeID=1</link><pubDate>Thu, 01 Mar 2007 01:39:14 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:4e12c0b8-8683-4faf-a648-0e687cc6217d</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;&lt;p&gt;
the &amp;amp; operator gives you the address unless it is a register
variable.&lt;/p&gt;

&lt;p&gt;
So just use &lt;b&gt;&amp;amp;&lt;/b&gt;variable.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>