<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MCF5329/Flash support in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213456#M10654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Allon,&lt;BR /&gt;&lt;BR /&gt;yes, this is what I meant - I think you would either have to use some external logic or end up with a different physical than logical mapping of flash banks because of this.&lt;BR /&gt;&lt;BR /&gt;The MCF532x does not have an internal flash, so using this for the boot-loader is not an option, unfortunately.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wolfgang&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 22:38:53 GMT</pubDate>
    <dc:creator>w_wegner</dc:creator>
    <dc:date>2009-01-16T22:38:53Z</dc:date>
    <item>
      <title>MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213450#M10648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-family: Arial;"&gt;Hi,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Our application requires 256Mb (16Mbx16) of Flash memory for storage. Based on this, we have selected a flash chip from Numonyx of the same requirement. However, the chip has address lines from A25 to A1 whereas the processor address lines are from A23 to A0. At this point, I am seeing only 2 solutions for this interface - either to use any GPIO lines to drive the remaining address bits or go for multiple-chip solutions instead of the single-chip one. Can anyone help me out? I would prefer a single-chip solution rather than a multiple-chip one.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;avm_ace&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 15:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213450#M10648</guid>
      <dc:creator>avm_ace</dc:creator>
      <dc:date>2009-01-02T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213451#M10649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I think you have "too many address lines" - with 25 lines you can address 32 Mwords, which would mean a 512 Mb device.&lt;BR /&gt;&lt;BR /&gt;We use a 256 Mb device (Intel P30) with an MCF5373L, and apart from connecting A1-&amp;gt;A1 to A23-&amp;gt;A23, I connected FB_CS0 to Flash A24 and used FB_CS1 as a second chip select. The "real" flash chip select is made by ANDing FB_CS0 and FB_CS1 (using a single-gate AND, NC7SZ08 or something). During boot-up, I set up FB_CS0 and FB_CS1 to handle a 16MB region each, resulting in a contiguous 32MB region that can easily be handled by all flash routines.&lt;BR /&gt;&lt;BR /&gt;(You probably have to use FB_CS0 for the "lower" part of the flash anyways to let the processor boot from it...)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wolfgang&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 22:14:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213451#M10649</guid>
      <dc:creator>w_wegner</dc:creator>
      <dc:date>2009-01-06T22:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213452#M10650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you are using linux, it is relatively easy to set up a "complex map" in the MTD subsystem to use the GPIOs to switch banks. I'm using the Numonyx P30 chip in this capacity on a 5282. You can do what WolfgangW said and use logic on the chip selects, but this only gets you an easy extra address line; if you want two extra address lines, then its a bit more difficult. You COULD get wacky (again on 5282 - my experience with 5329 is nonexistent) with defining the addresses and ranges for the chip selects, except that overlapping ranges force an external 32-bit bus access, and the chip is a 16 bit part.&lt;BR /&gt;&lt;BR /&gt;Message Edited by Allon on &lt;SPAN class="date_text"&gt;2009-01-06&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:41 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 01:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213452#M10650</guid>
      <dc:creator>Allon</dc:creator>
      <dc:date>2009-01-07T01:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213453#M10651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Allon,&lt;BR /&gt;&lt;BR /&gt;in case you need the external flash for booting (which probably is the case for avm_ace), using GPIOs is getting somewhat more difficult. (At least this was my idea when thinking about how to configure this and realize in hardware)&lt;BR /&gt;&lt;BR /&gt;BTW, avm_ace, did you read your private messages?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wolfgang&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 19:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213453#M10651</guid>
      <dc:creator>w_wegner</dc:creator>
      <dc:date>2009-01-16T19:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213454#M10652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi WolfgangW,&lt;BR /&gt;&lt;BR /&gt;your guess was right. We are using the external flash for booting purposes also. So it seems your solution is more suitable for our application. &lt;BR /&gt;Also, I have replied to your message. Please check your private messages. The delay in-between was because internet was down for some days here.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;avm_ace&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 21:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213454#M10652</guid>
      <dc:creator>avm_ace</dc:creator>
      <dc:date>2009-01-16T21:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213455#M10653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;WolfgangW wrote:&lt;BR /&gt;Hi Allon,&lt;BR /&gt;&lt;BR /&gt;in case you need the external flash for booting (which probably is the case for avm_ace), using GPIOs is getting somewhat more difficult.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my case, we use the CPU's internal flash for the boot loader, although we could use the external flash, starting with the last bank, IIRC, since the GPIOs we used have a primary function of Chip Select, so they'd be high.&lt;BR /&gt;&lt;BR /&gt;-&lt;BR /&gt;allon&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 22:00:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213455#M10653</guid>
      <dc:creator>Allon</dc:creator>
      <dc:date>2009-01-16T22:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5329/Flash support</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213456#M10654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Allon,&lt;BR /&gt;&lt;BR /&gt;yes, this is what I meant - I think you would either have to use some external logic or end up with a different physical than logical mapping of flash banks because of this.&lt;BR /&gt;&lt;BR /&gt;The MCF532x does not have an internal flash, so using this for the boot-loader is not an option, unfortunately.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wolfgang&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 22:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5329-Flash-support/m-p/213456#M10654</guid>
      <dc:creator>w_wegner</dc:creator>
      <dc:date>2009-01-16T22:38:53Z</dc:date>
    </item>
  </channel>
</rss>

