<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: 5208 - using flex bus c/s as address lines</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134272#M1419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;It won't be removed. In fact, we are working on adding this feature into the documentation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As for latching the address, you would want to use /TS as the enable for a latch. So you latch the address while the /TS signal is low.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2006 21:44:18 GMT</pubDate>
    <dc:creator>melissa_hunter</dc:creator>
    <dc:date>2006-11-03T21:44:18Z</dc:date>
    <item>
      <title>5208 - using flex bus c/s as address lines</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134268#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm using the MCF5208 processor configured for 32 bit data bus.&lt;/DIV&gt;&lt;DIV&gt;I need to address a device which has a 64MB address space which I intend to do by using one of the FBCS lines as the actual device chip select and two further FBCS lines programmed to overlap in such a way that they simulate address lines A24 and A25.&lt;/DIV&gt;&lt;DIV&gt;The device I need to address is 32 bits.&lt;/DIV&gt;&lt;DIV&gt;Has anyone done this before and is there anything I should be aware of ?&lt;/DIV&gt;&lt;DIV&gt;In the datasheet is the statement -&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: TimesNewRomanPSMT;"&gt;"Should an address match multiple CSARs, the matching chip select signals are driven; however, the chip select signals are driven during an external burst-inhibited bus cycle with external termination on a 32-bit port."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: TimesNewRomanPSMT;"&gt;I am using external termination, but what does the above statement actually mean ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: TimesNewRomanPSMT;"&gt;Although my device is 32bits are byte and word accesses still OK in this mode ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: TimesNewRomanPSMT;"&gt;Any help much appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: TimesNewRomanPSMT;"&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 18:39:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134268#M1415</guid>
      <dc:creator>Dec</dc:creator>
      <dc:date>2006-10-25T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: 5208 - using flex bus c/s as address lines</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134269#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Since you have your memory setup for a 32-bit port using external termination, then the overlapping chip selects should work for you. You'll still be able to perform byte and word accesses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As a second possibility, the FlexBus was originally designed as a multiplexed bus. As a side effect of this, the full 32-bit address is actually driven out on the data lines during the first clock of any access. So you could setup an address latch to grab the full 32-bit address from the data lines and use that to address larger memories.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just wanted to throw the option out there in case you would like to get even more address lines (or if you want some of your chip selects back).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-Melissa&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 04:39:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134269#M1416</guid>
      <dc:creator>melissa_hunter</dc:creator>
      <dc:date>2006-11-01T04:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: 5208 - using flex bus c/s as address lines</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134270#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Melissa,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Being able to get full access to the missing address lines could be very useful in a future project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Many thanks for that tip.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 16:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134270#M1417</guid>
      <dc:creator>Dec</dc:creator>
      <dc:date>2006-11-02T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: 5208 - using flex bus c/s as address lines</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134271#M1418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Again,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just been thinking about the address being driven onto the databus.&lt;/DIV&gt;&lt;DIV&gt;If this isn't an official feature of the chip what are the chances of it being removed in later revisions ?&lt;/DIV&gt;&lt;DIV&gt;I'm a little concerned about using a feature which doesn't seem to be covered in any docs.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When it comes to latching the address from the data bus how would I do that ?&lt;/DIV&gt;&lt;DIV&gt;Would I use the first rising edge of the clock after TS is asserted so that I know I'm in the first cycle ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help.&amp;nbsp; Very much appreciated.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 20:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134271#M1418</guid>
      <dc:creator>Dec</dc:creator>
      <dc:date>2006-11-03T20:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: 5208 - using flex bus c/s as address lines</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134272#M1419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;It won't be removed. In fact, we are working on adding this feature into the documentation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As for latching the address, you would want to use /TS as the enable for a latch. So you latch the address while the /TS signal is low.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 21:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5208-using-flex-bus-c-s-as-address-lines/m-p/134272#M1419</guid>
      <dc:creator>melissa_hunter</dc:creator>
      <dc:date>2006-11-03T21:44:18Z</dc:date>
    </item>
  </channel>
</rss>

