<?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: Kinetis FlexBus ALE in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432606#M25103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, the Flexbus without using FB_CLK signal, which is just a asynchronous bus.&lt;/P&gt;&lt;P&gt;It just using FB_ALE rising edge to latch the address signals, such as TWR-K20D72M board using 74LVC573A latch device:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Flexbus address latch.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31828i0B9B5F6CF1061568/image-size/large?v=v2&amp;amp;px=999" role="button" title="Flexbus address latch.png" alt="Flexbus address latch.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 06:03:20 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2015-11-23T06:03:20Z</dc:date>
    <item>
      <title>Kinetis FlexBus ALE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432605#M25102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a K64 FlexBus connected to an FPGA in multiplexed mode.&amp;nbsp; In AN4393, "Using FlexBus Interface for Kinetis Microcontrollers," Figure 1, which FB_CLK edge should I use to latch the address (while ALE is high, of course)?&amp;nbsp; The falling edge (near the middle of ALE)?&amp;nbsp; Or the rising edge (near the end of ALE)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 22:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432605#M25102</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-11-20T22:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis FlexBus ALE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432606#M25103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, the Flexbus without using FB_CLK signal, which is just a asynchronous bus.&lt;/P&gt;&lt;P&gt;It just using FB_ALE rising edge to latch the address signals, such as TWR-K20D72M board using 74LVC573A latch device:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Flexbus address latch.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31828i0B9B5F6CF1061568/image-size/large?v=v2&amp;amp;px=999" role="button" title="Flexbus address latch.png" alt="Flexbus address latch.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:03:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432606#M25103</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-11-23T06:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis FlexBus ALE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432607#M25104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, a '573 is a feed-through latch, or a transparent latch.&amp;nbsp; The outputs follow the inputs as long as the enable is high.&amp;nbsp; So it's probably better for me to latch the data as close to the falling edge of ALE as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll use the rising edge of FB_CLK; but, I do wish I could find a guarantee that the address is held stable for a little while after this edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:16:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-FlexBus-ALE/m-p/432607#M25104</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-11-23T14:16:06Z</dc:date>
    </item>
  </channel>
</rss>

