<?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 MQX FILE I/O in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239482#M6734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I use K60 and MQX 4.0.&lt;/P&gt;&lt;P&gt;There is no external NAND flash on my board.&lt;/P&gt;&lt;P&gt;I want to save configuration information using the internal NAND flash.&lt;/P&gt;&lt;P&gt;How to store configuration information using the internal flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help Me!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 17:53:30 GMT</pubDate>
    <dc:creator>parkjaeyeon</dc:creator>
    <dc:date>2013-01-28T17:53:30Z</dc:date>
    <item>
      <title>MQX FILE I/O</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239482#M6734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I use K60 and MQX 4.0.&lt;/P&gt;&lt;P&gt;There is no external NAND flash on my board.&lt;/P&gt;&lt;P&gt;I want to save configuration information using the internal NAND flash.&lt;/P&gt;&lt;P&gt;How to store configuration information using the internal flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help Me!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 17:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239482#M6734</guid>
      <dc:creator>parkjaeyeon</dc:creator>
      <dc:date>2013-01-28T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: MQX FILE I/O</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239483#M6735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at flashx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash_hdl = fopen(“flashx:”, NULL);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Open the flash device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example project at &lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\Freescale MQX 3.8\mqx\examples\flashx&lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\Freescale MQX 3.8\mqx\examples\flexnvm&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239483#M6735</guid>
      <dc:creator>KJFPE</dc:creator>
      <dc:date>2013-01-29T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: MQX FILE I/O</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239484#M6736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal flashes are usually of type NOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239484#M6736</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2013-01-29T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: MQX FILE I/O</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239485#M6737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it really matter, he wants to store his configuration data and flashx will solve the problem it may not be NAND flash but it will be easier to write to&amp;nbsp; (NOR allows random-access, NAND allows only page access)&amp;nbsp; I was just trying to give some helpful advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 13:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239485#M6737</guid>
      <dc:creator>KJFPE</dc:creator>
      <dc:date>2013-01-29T13:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: MQX FILE I/O</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239486#M6738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just corrected you, that's all. :smileygrin:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 13:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-I-O/m-p/239486#M6738</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2013-01-29T13:14:18Z</dc:date>
    </item>
  </channel>
</rss>

