<?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>AGSI: Watching far Memory Area</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/18709/agsi-watching-far-memory-area</link><description> Hi, 
 We want use the AGSI Watch Memory functionality to access a variable in the area between 0xE00000 to 0xE007FF. 
 We have written a sample program for Infineon XC164CS with AGSI memory watch for variables at address 0xC000 and 0xE00702. 
For the</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: AGSI: Watching far Memory Area</title><link>https://community.arm.com/thread/43724?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2005 08:25:25 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8bb6aef7-e6eb-48e2-a8b2-54d890892371</guid><dc:creator>Hans Schneebauer</dc:creator><description>&lt;p&gt;Before the &lt;b&gt;Agsi.SetWatchOnMemory&lt;/b&gt; function can be used to define a callback function for memory accesses, the memory area must be mapped.  Your code in the &lt;b&gt;AgsiEntry&lt;/b&gt; function may look like:&lt;br /&gt;
&lt;pre&gt;if (!DefineAllInterrupts()) return(FALSE);   // define all interrupts
&lt;b&gt;Agsi.ExecuteCommand(&amp;quot;MAP 0xE00000, 0xE007FF READ WRITE EXEC&amp;quot;);&lt;/b&gt;
if (!DefineAllWatches()) return(FALSE);      // define all watches
&lt;/pre&gt;
&lt;br /&gt;
Hans&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>