<?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>Banking Problem</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/42434/banking-problem</link><description> I am creating a big application using Banking. Compilation goes fine but in debugging mode, some of the routines gives the error message as Access Violation Problem. When access is gives for that memory locations using MAP command, then the execution</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Banking Problem</title><link>https://community.arm.com/thread/42772?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2004 04:31:45 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f7ef3987-2552-4de3-8c8c-64de4601592d</guid><dc:creator>HansBernhard Broeker</dc:creator><description>&lt;p&gt;Just MAPping that memory as accessible is almost certainly the wrong reaction to those Access Violation errors.  What that error is most probably telling you is that your code is crashing headfirst into the barriers between banks that are necessary to allow banked applications to work.  Putting holes into those walls is *not* going to make that work.&lt;br /&gt;
&lt;br /&gt;
Carefully inspect the context the problem happens in: are you &lt;b&gt;absolutely&lt;/b&gt; sure your code isn&amp;#39;t doing something that is simply not allowed in banked code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>