<?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>Kinetis MicrocontrollersのトピックRe: twrk70 execute code out of external nand flash</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275956#M9879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone provide some hints?&lt;/P&gt;&lt;P&gt;I'm also interested in this setup.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 08:25:56 GMT</pubDate>
    <dc:creator>friederschrempf</dc:creator>
    <dc:date>2013-06-05T08:25:56Z</dc:date>
    <item>
      <title>twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275955#M9878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;my application code will probably exceeds 1 MB of provided internal flash, due to hard-coded very large arrays (eGui images and fonts...).&lt;/P&gt;&lt;P&gt;The k70 MCU has a nand flash controller (nfc), and there are 2GB of nand flash memory on board.&lt;/P&gt;&lt;P&gt;Is it possible to program the external nand flash with the application code, and then the internal flash with a bootloader that will start the application out of nand?&lt;/P&gt;&lt;P&gt;If yes, anybody could link me some examples or guide?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 13:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275955#M9878</guid>
      <dc:creator>lorenzofornari</dc:creator>
      <dc:date>2013-04-19T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275956#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone provide some hints?&lt;/P&gt;&lt;P&gt;I'm also interested in this setup.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 08:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275956#M9879</guid>
      <dc:creator>friederschrempf</dc:creator>
      <dc:date>2013-06-05T08:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275957#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any news?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 09:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275957#M9880</guid>
      <dc:creator>RuiFaria</dc:creator>
      <dc:date>2014-03-06T09:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275958#M9881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rui,&lt;/P&gt;&lt;P&gt;Yes the K70 NAND can hold application code that gets loaded to DDR memory to run.&amp;nbsp; A bootloader could be in the internal flash.&lt;/P&gt;&lt;P&gt;Good appnote to review: AN4348: MCF54418 NAND Flash Controller&lt;/P&gt;&lt;P&gt;It is the same NAND controller as on Kinetis and MPC5125.&lt;/P&gt;&lt;P&gt;But the bootloader would have to be "smart" to handle NAND unique features such as bad blocks, ECC, etc...&lt;/P&gt;&lt;P&gt;Or use MQX4.1 that has a FFS (flash file system) for NAND to handle that.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275958#M9881</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-03-06T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275959#M9882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your attention, i am already testing FFS on 4.0.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any example of that "smart" Bootloader? :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:53:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275959#M9882</guid>
      <dc:creator>RuiFaria</dc:creator>
      <dc:date>2014-03-06T13:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275960#M9883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible.&amp;nbsp; The processor is can only execute code that is accessible within its memory space (internal program flash, internal SRAM,&amp;nbsp; external SRAM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the external NAND is not mapped to the processor's address space.&amp;nbsp; The same way your PC's hard-drive's contents is not mapped to the PC's memory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way for an "application" stored on NAND to be executed is to copy it to either the internal program flash, or internal SRAM, or external SRAM.&amp;nbsp; Then jump to its starting address.&amp;nbsp; The same way a PC program is loaded from the hard-drive into the PC's RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, a more feasible approach might be to have the executable code stored in program flash and the read-only data ("hard-coded very large arrays (eGui images and fonts...)" stored in the external NAND.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 05:23:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275960#M9883</guid>
      <dc:creator>joey81</dc:creator>
      <dc:date>2014-05-19T05:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275961#M9884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;could you suggest a MQX4.1 example for the use FFS on NANDFLASH?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 14:56:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275961#M9884</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-11T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: twrk70 execute code out of external nand flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275962#M9885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The support team is monitoring all the new posts. I recommend to submit a new question when the topic is different than the original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 23:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/twrk70-execute-code-out-of-external-nand-flash/m-p/275962#M9885</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-02-06T23:06:44Z</dc:date>
    </item>
  </channel>
</rss>

