<?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のトピックFNET Bootloader on K60N512</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187635#M3406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using bootloader and with small programs it works OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got huge program with MQX (over 200kb) and bootloader returns me error on writing to address 0x46200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(In debbuger I've noticed: Error is caused by verify function - ram is different than flash)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that internal flash is corrupted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to verify if flash is corrupted or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 19:57:35 GMT</pubDate>
    <dc:creator>master_szumi</dc:creator>
    <dc:date>2011-12-02T19:57:35Z</dc:date>
    <item>
      <title>FNET Bootloader on K60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187635#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using bootloader and with small programs it works OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got huge program with MQX (over 200kb) and bootloader returns me error on writing to address 0x46200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(In debbuger I've noticed: Error is caused by verify function - ram is different than flash)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that internal flash is corrupted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to verify if flash is corrupted or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 19:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187635#M3406</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-02T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader on K60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187636#M3407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed that verify function gives error - so I set breakpoint in this function and flash memory is not the same as ram,&lt;/P&gt;&lt;P&gt;but than I let program go and stop it again and flash is equal as ram (flash changed!). Whats up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 20:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187636#M3407</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-02T20:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader on K60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187637#M3408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From freescale support:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Pls try this code           FNET_MK_FMC_PFB0CR &amp;amp;= 0xFFFFFFE6; /* Single entry buffer disable.*/          FNET_MK_FMC_PFB1CR &amp;amp;= 0xFFFFFFE6; /* Single entry buffer disable. */          FNET_MK_FMC_PFB0CR &amp;amp;= 0xFFFFFFF9; /* Data Cache disable. */          FNET_MK_FMC_PFB1CR &amp;amp;= 0xFFFFFFF9; /* Data Cache disable. */instead of the one you mentioned. I tried this and it worked, at least I didn't get an error. Should you need to contact us with regard to this message, please see the notes below.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187637#M3408</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2020-10-29T09:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader on K60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187638#M3409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Szumi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just checked it, - the new version of cache disabling, does not cause any issue for my Kinetis chip, which I have.&lt;/P&gt;&lt;P&gt;So it will be added to the next version of FNET Kinets flash driver, to cover your Kinetis mask-set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andrey Butok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 16:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-on-K60N512/m-p/187638#M3409</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2011-12-21T16:54:42Z</dc:date>
    </item>
  </channel>
</rss>

