<?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: Minnimum Erase size for PFLASH using C90TFS</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250281#M7036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it make sense!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Kan Li!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2013 12:37:12 GMT</pubDate>
    <dc:creator>sebasira</dc:creator>
    <dc:date>2013-05-27T12:37:12Z</dc:date>
    <item>
      <title>Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250276#M7031</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;&lt;/P&gt;&lt;P&gt;I'm using routines from C90TFS and working with TWRK60... I'd like to know what's the smaller size I can erase of the PFlash.... The routine FlashEraseSector has &lt;STRONG&gt;destination&lt;/STRONG&gt; and &lt;STRONG&gt;size&lt;/STRONG&gt; as parameters. Could I especify a word-aligned destination and size=4 and only erase those 4bytes since the destiantion address and leave all the rest of sector untouched?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250276#M7031</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-21T18:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250277#M7032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seba, send your question to &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/stephenmcginty"&gt;stephenmcginty&lt;/A&gt; if he is unable to answer, at least he would know who can....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Monica Arvizu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 21:11:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250277#M7032</guid>
      <dc:creator>GowrishankarChi</dc:creator>
      <dc:date>2013-05-21T21:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250278#M7033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sector size is the minimal size for erase operation, and it depends on the device, as I know, for K20 50MHz part, it is 1Kbytes/sector, for K60 100MHz part, it is 2Kbyte/sector. so there is no smaller size for this api, the size parameter here should be sector aligned, otherwise an error code FTFx_ERR_SIZE would be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 02:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250278#M7033</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-05-22T02:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250279#M7034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clarify me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it was as you said, but the size parameter would be meaningless... Why passing an unnecesary parameter that would not only confuse but also return an error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250279#M7034</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-22T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250280#M7035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The size parameter is used to specify how many sectors are going be to erased, for example, if the sector size is 2K, and the possible size parameter could be 2K, 4K, 6K and so on. The API would check whether the size parameter is sector &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;aligned&lt;/SPAN&gt;, and determine how many sectors to be erased. so this parameter is not needed by FTFL module, but the driver code. Please refer to the following for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a1.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119401i4FA429A43C842C15/image-size/large?v=v2&amp;amp;px=999" role="button" title="a1.JPG" alt="a1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 01:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250280#M7035</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-05-23T01:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250281#M7036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it make sense!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Kan Li!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;SebaS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 12:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250281#M7036</guid>
      <dc:creator>sebasira</dc:creator>
      <dc:date>2013-05-27T12:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minnimum Erase size for PFLASH using C90TFS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250282#M7037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SebaS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome!! Please kindly let me know when you have any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kan Li&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support AP (Kinetis/ColdFire)&lt;/P&gt;&lt;P&gt;Freescale Semiconductor (China) Limited Shanghai Branch Office&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 02:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Minnimum-Erase-size-for-PFLASH-using-C90TFS/m-p/250282#M7037</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-05-28T02:44:54Z</dc:date>
    </item>
  </channel>
</rss>

