<?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>Memory mismatch in Flash downloading</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/42729/memory-mismatch-in-flash-downloading</link><description> Hi all , 
 
I am using the Easyweb example program provided in Keil uvision3 for phytec board under c:\Keil\ARM\Boards\Phytec\LPC229x\. 
 
I tried to download the program to the flash memory in the board...the program got donwloaded ...when i run the</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Memory mismatch in Flash downloading</title><link>https://community.arm.com/thread/45383?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2006 05:16:55 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:1daf4207-3604-46cf-b713-18a03785140a</guid><dc:creator>senthil raj</dc:creator><description>&lt;p&gt;Hello all,&lt;br /&gt;
&lt;br /&gt;
This is the ini file that I am using it to download the program to the onchip flash memory.&lt;br /&gt;
Is there any problem in the ini file?&lt;br /&gt;
&lt;br /&gt;
t.senthil&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;
/***********************************************************************/
/*  This file is part of the ARM Compiler package                      */
/*  Copyright KEIL ELEKTRONIK GmbH 1992-2004                           */
/***********************************************************************/
/*                                                                     */
/*  FLASH.INI: Flash Initialization File                               */
/*                                                                     */
/***********************************************************************/


//*** &amp;lt;&amp;lt;&amp;lt; Use Configuration Wizard in Context Menu &amp;gt;&amp;gt;&amp;gt; ***


FUNC void Setup (void) {

// &amp;lt;h&amp;gt; External Memory Controller (EMC)

//   &amp;lt;h&amp;gt; Bank Configuration 0 (BCFG0)
//     &amp;lt;o1.0..3&amp;gt;   IDCY: Idle Cycles &amp;lt;0-15&amp;gt;
//     &amp;lt;o1.5..9&amp;gt;   WST1: Wait States 1 &amp;lt;0-31&amp;gt;
//     &amp;lt;o1.11..15&amp;gt; WST2: Wait States 2 &amp;lt;0-31&amp;gt;
//     &amp;lt;o1.10&amp;gt;     RBLE: Read Byte Lane Enable
//     &amp;lt;o1.26&amp;gt;     WP: Write Protect
//     &amp;lt;o1.27&amp;gt;     BM: Burst ROM
//     &amp;lt;o1.28..29&amp;gt; MW: Memory Width  &amp;lt;0=&amp;gt;  8-bit  &amp;lt;1=&amp;gt; 16-bit
//                                   &amp;lt;2=&amp;gt; 32-bit  &amp;lt;3=&amp;gt; Reserved
//   &amp;lt;/h&amp;gt;
  _WDWORD(0xFFE00000, 0x20003CE3);   // BCFG0: Flash Bus Configuration

  _WDWORD(0xE002C014, 0x0E6001E4);   // PINSEL2: CS0, OE, WE, BLS0..3
                                     //          D0..31, A2..23, JTAG

// &amp;lt;/h&amp;gt;

}


Setup();                             // Setup for Flash
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>