<?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>MQX Software SolutionsのトピックRe: i want frdmk64fn1m0vll12  data flash write API function</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454186#M15276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/353824"&gt;EEPROM MQX example code for READ AND WRITE data&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 19:38:58 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2015-05-08T19:38:58Z</dc:date>
    <item>
      <title>i want frdmk64fn1m0vll12  data flash write API function</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454182#M15272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using KSDK 1.1.0 flash demo project i tried to write some data on flash but i am getting error response. i dnt know &lt;/P&gt;&lt;P&gt;why. can you give any solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in&lt;STRONG&gt; "frdmk64fn1m0vll12" EEPROM is not there..?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;here is my code..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRIED METHOD-1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;uint8_t sudha_data[]="hi";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; destination = flashSSDConfig.PFlashBase + PFLASH_IFR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ret = FlashProgram(&amp;amp;flashSSDConfig, destination, sizeof(sudha_data), sudha_data, g_FlashLaunchCommand);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRIED METHOD-2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret =FlashProgramOnce(&amp;amp;flashSSDConfig,0x1,sudha_data,g_FlashLaunchCommand);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (FTFx_OK != ret)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&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; ErrorTrap(ret);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&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; printf("\n\rsudha ERROR");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 13:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454182#M15272</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-04-29T13:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: i want frdmk64fn1m0vll12  data flash write API function</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454183#M15273</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;In order to isolate the issue, if you run the flash example code (C:\Freescale\KSDK_1.1.0\demos\flash_demo) without modifications,can you reproduce the issue?or this issue is when you add the write code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 19:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454183#M15273</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-05-04T19:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: i want frdmk64fn1m0vll12  data flash write API function</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454184#M15274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soledad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this issue was after adding flash "WRITE" API function. i want to write 4KB&amp;nbsp; data into flash and again i want to READ that data. can you give solution for this..? could you tell which function i want to use..?&amp;nbsp; can you give simple example code for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 04:19:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454184#M15274</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-05-05T04:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: i want frdmk64fn1m0vll12  data flash write API function</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454185#M15275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Soledad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i am waiting for your reply..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is possible or not.? minimum 2kb data i want to write into internal flash and i want to read.&lt;/P&gt;&lt;P&gt;give some idea. i saw example code also but that one was not working. i mean i am doing some mistake i dnt know exact.&lt;/P&gt;&lt;P&gt;i tried both function&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;WRITE OPERATION:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1) ret = FlashProgram(&amp;amp;flashSSDConfig, destination, size,&amp;nbsp; program_buffer, g_FlashLaunchCommand);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)ret = FlashProgramOnce(&amp;amp;flashSSDConfig,0x2,buff_data, g_FlashLaunchCommand);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;READ OPERATION:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ret = FlashReadResource(&amp;amp;flashSSDConfig,destination,sudha_data,0x0, g_FlashLaunchCommand);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; may be i am doing mistake in "&lt;STRONG&gt;destination address&lt;/STRONG&gt;". so can you edit code like 2kb data WRITE and READ from flash..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454185#M15275</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-05-07T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: i want frdmk64fn1m0vll12  data flash write API function</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454186#M15276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/353824"&gt;EEPROM MQX example code for READ AND WRITE data&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 19:38:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/i-want-frdmk64fn1m0vll12-data-flash-write-API-function/m-p/454186#M15276</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-05-08T19:38:58Z</dc:date>
    </item>
  </channel>
</rss>

