<?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: Getting Error while reading from Nand Flash of TWRK70f120M in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323631#M14751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. The error has been resolved, but another error seem to have popped up. PFB the code for Read from Flash :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void CFlashMemory :: ReadFromFlash()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;      if(!OpenFlashMemory())                                        //Function to open the Flash Memory&lt;/P&gt;&lt;P&gt;       return;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      //Reading System Parameters&lt;/P&gt;&lt;P&gt;      DWORD Location=0;&lt;/P&gt;&lt;P&gt;      CSystemSetting* ptrSystemSetting=NULL;&lt;/P&gt;&lt;P&gt;      ptrSystemSetting=m_argpDataMgr-&amp;gt;GetSystemSettingPtr();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if(ptrSystemSetting!=NULL)&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        fseek(mpFlashPtr,Location,IO_SEEK_SET);&lt;/P&gt;&lt;P&gt;        read(mpFlashPtr,ptrSystemSetting,sizeof(CSystemSetting));&lt;/P&gt;&lt;P&gt;        m_argpDataMgr-&amp;gt;SetSystemSetting(ptrSystemSetting);&lt;/P&gt;&lt;P&gt;      }&lt;/P&gt;&lt;P&gt;      fclose(mpFlashPtr);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSystemSetting is a class which has got various parameters which I need to save into flash. m_argpDataMgr is an object of a class DataMgr which is member variable of the Flash class. First all the System Setting Parameters are stored into Data Mgr and then loaded into Flash.I am able to see the data getting read by using breakpoints, but my screen hangs after the Read function is executed. Kindly let me know how this issue can be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sneha Hegde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 05:32:49 GMT</pubDate>
    <dc:creator>snehahegde</dc:creator>
    <dc:date>2014-06-27T05:32:49Z</dc:date>
    <item>
      <title>Getting Error while reading from Nand Flash of TWRK70f120M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323629#M14749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to write data into the NAND Flash of TWRK70F120M. But when I try executing the Read from Flash function, the control gets stuck at a point in the boot file. The  screenshot of the error has been attached. However, I am able to check the data that is read using the breakpoint which is same as the data written. Kindly suggest how can this problem be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sneha Hegde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 03:52:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323629#M14749</guid>
      <dc:creator>snehahegde</dc:creator>
      <dc:date>2014-06-25T03:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while reading from Nand Flash of TWRK70f120M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323630#M14750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to download K70 baremetal project for NAND demo from below link [nfc] demo:&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K70_120&amp;amp;nodeId=01624698C9DE2DDDB1&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" style="color: #017bba; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; background-color: #cccccc;"&gt;KINETIS_120MHZ_SC&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; background-color: #cccccc;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; background-color: #cccccc;"&gt; :&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; background-color: #cccccc;"&gt;Kinetis 120MHz bare metal sample code.&lt;SPAN class="Apple-converted-space"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K70_120&amp;amp;nodeId=01624698C9DE2DDDB1&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K70_120&amp;amp;nodeId=01624698C9DE2DDDB1&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;K70_120: Kinetis K70 Graphic LCD 120/150 MHz MCUs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check if there with hardware issue.&lt;/P&gt;&lt;P&gt;If it works, then there focus on MQX NAND software code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 03:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323630#M14750</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-06-26T03:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while reading from Nand Flash of TWRK70f120M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323631#M14751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. The error has been resolved, but another error seem to have popped up. PFB the code for Read from Flash :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void CFlashMemory :: ReadFromFlash()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;      if(!OpenFlashMemory())                                        //Function to open the Flash Memory&lt;/P&gt;&lt;P&gt;       return;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      //Reading System Parameters&lt;/P&gt;&lt;P&gt;      DWORD Location=0;&lt;/P&gt;&lt;P&gt;      CSystemSetting* ptrSystemSetting=NULL;&lt;/P&gt;&lt;P&gt;      ptrSystemSetting=m_argpDataMgr-&amp;gt;GetSystemSettingPtr();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if(ptrSystemSetting!=NULL)&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        fseek(mpFlashPtr,Location,IO_SEEK_SET);&lt;/P&gt;&lt;P&gt;        read(mpFlashPtr,ptrSystemSetting,sizeof(CSystemSetting));&lt;/P&gt;&lt;P&gt;        m_argpDataMgr-&amp;gt;SetSystemSetting(ptrSystemSetting);&lt;/P&gt;&lt;P&gt;      }&lt;/P&gt;&lt;P&gt;      fclose(mpFlashPtr);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSystemSetting is a class which has got various parameters which I need to save into flash. m_argpDataMgr is an object of a class DataMgr which is member variable of the Flash class. First all the System Setting Parameters are stored into Data Mgr and then loaded into Flash.I am able to see the data getting read by using breakpoints, but my screen hangs after the Read function is executed. Kindly let me know how this issue can be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sneha Hegde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323631#M14751</guid>
      <dc:creator>snehahegde</dc:creator>
      <dc:date>2014-06-27T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while reading from Nand Flash of TWRK70f120M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323632#M14752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" cellpadding="5" cellspacing="0" style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #f5f5f5;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="11" style="border: 1px solid #cccccc; color: #000000; padding: 5px;"&gt;&lt;P&gt;Good commentary , Apropos if people a a form , my secretary filled out and faxed a blank document here &lt;A href="http://goo.gl/Ms4ebj" title="http://goo.gl/Ms4ebj"&gt;PDFfiller. On-line PDF form Filler, Editor, Type on PDF ; Fill, Print, Email, Fax and Export&lt;/A&gt; &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 23:45:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Error-while-reading-from-Nand-Flash-of-TWRK70f120M/m-p/323632#M14752</guid>
      <dc:creator>erikatrotter</dc:creator>
      <dc:date>2016-02-13T23:45:31Z</dc:date>
    </item>
  </channel>
</rss>

