<?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>Is There a 32K Limit for Flash Programming?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/16231/is-there-a-32k-limit-for-flash-programming</link><description> Im using an ST10F269 chip and trying to program my application into Flash. Everything was working fine until my compiled application grew past 32k bytes. I can run the application in development mode using the Keil software, but the Flash programmers</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Is There a 32K Limit for Flash Programming?</title><link>https://community.arm.com/thread/71529?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2003 20:17:36 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:68cb1cae-868b-4fe7-879e-70d69bafdb10</guid><dc:creator>Kitty Fields</dc:creator><description>&lt;p&gt;Mike&lt;br /&gt;
&lt;br /&gt;
You were absolutely right. By properly laying out the flash memory, things worked fine.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Don Hoekman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is There a 32K Limit for Flash Programming?</title><link>https://community.arm.com/thread/40352?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2003 04:32:13 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d6c5f2cc-0ae5-4131-8152-48db0cf091a2</guid><dc:creator>Mik Kleshov</dc:creator><description>&lt;p&gt;What is your program&amp;#39;s memory layout? If it overlaps the area 0x8000-0xFFFF (32k-64k), then you are in trouble. Flash memory is mapped to the following areas (see datasheet):&lt;br /&gt;
0x000000 - 0x07FFFF&lt;br /&gt;
0x018000 - 0x04FFFF&lt;br /&gt;
Your program has to be inside flash.&lt;br /&gt;
&lt;br /&gt;
- mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>