<?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: Code program K70 FlexBus in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812618#M49327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to connect the NAND Flash directly by using the Flexbus interface however, it's not very usual and simple.&amp;nbsp; The problem is the NAND flash is block oriented and need some software error corrections. So it means that the system needs a software driver which takes care of this. But we don't have such standalone driver for this now.&lt;/P&gt;&lt;P&gt;In the MK70 you have a NAND Flash Controler module (NFC). If you want to connect a NAND Flash memory I highly recommend using this module instead of the FlexBus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The NAND Flash memories&amp;nbsp;only support page-based reads, due to this is not possible to execute code directly from there. You will need to copy the pages to RAM memory and then execute from there but this will take a considerable amount of RAM memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 18:09:35 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2018-10-08T18:09:35Z</dc:date>
    <item>
      <title>Code program K70 FlexBus</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812616#M49325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Good Morning:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a NAND Flash memory connected to the &lt;STRONG&gt;Flexbus&lt;/STRONG&gt; of the MK70 microprocessor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;I would like to know if it is possible to execute code from the Nand Flash in the Microprocessor.&lt;/SPAN&gt;&lt;BR /&gt;Question:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Is this operation possible?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Is there an example?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;How could it be done?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt; &lt;SPAN&gt;This part is very important for our project.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 09:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812616#M49325</guid>
      <dc:creator>albertomartin</dc:creator>
      <dc:date>2018-10-01T09:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code program K70 FlexBus</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812617#M49326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible execute code in external Memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 06:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812617#M49326</guid>
      <dc:creator>albertomartin</dc:creator>
      <dc:date>2018-10-08T06:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Code program K70 FlexBus</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812618#M49327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to connect the NAND Flash directly by using the Flexbus interface however, it's not very usual and simple.&amp;nbsp; The problem is the NAND flash is block oriented and need some software error corrections. So it means that the system needs a software driver which takes care of this. But we don't have such standalone driver for this now.&lt;/P&gt;&lt;P&gt;In the MK70 you have a NAND Flash Controler module (NFC). If you want to connect a NAND Flash memory I highly recommend using this module instead of the FlexBus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The NAND Flash memories&amp;nbsp;only support page-based reads, due to this is not possible to execute code directly from there. You will need to copy the pages to RAM memory and then execute from there but this will take a considerable amount of RAM memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 18:09:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812618#M49327</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-10-08T18:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Code program K70 FlexBus</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812619#M49328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Hello Victor:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Thank you so much for this information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;It has been very useful.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 07:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Code-program-K70-FlexBus/m-p/812619#M49328</guid>
      <dc:creator>albertomartin</dc:creator>
      <dc:date>2018-10-29T07:46:10Z</dc:date>
    </item>
  </channel>
</rss>

