<?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: What is the flash block size in MK60FX512 (and similar K60)? 512K or 256K? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-is-the-flash-block-size-in-MK60FX512-and-similar-K60-512K/m-p/398131#M22007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dmitryc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just like the link which you mention said, the block size of MK60FN1M0VLQ12 is 256KB, not the combined block 512KB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, the block erase does the operation on 256KB, the flash block in PE interface actually means combined block, it is really a little confusing.&lt;/P&gt;&lt;P&gt;Just take care:&lt;/P&gt;&lt;P&gt;• For devices with program flash only: 4 blocks(256KB each) of program flash consisting of 4 KB&lt;/P&gt;&lt;P&gt;sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 2 blocks (256KB each) of program flash consisting of 4 KB&lt;/P&gt;&lt;P&gt;sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 2 blocks (256KB each) of FlexNVM consisting of 4 KB sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 1 block (16KB)of FlexRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually, in our sample code : KINETIS_120MHZ_SC, it also defined the flash block size as 0x00040000, it is 256K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you !&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 06:07:15 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2015-07-31T06:07:15Z</dc:date>
    <item>
      <title>What is the flash block size in MK60FX512 (and similar K60)? 512K or 256K?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-is-the-flash-block-size-in-MK60FX512-and-similar-K60-512K/m-p/398130#M22006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is closely related to &lt;A href="https://community.nxp.com/thread/316672"&gt;Flash block question on MK60FN1M0VLQ12?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like more clarification on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, If I run a block command in FTFE (eg. block erase check (FCCOB0:FCMD = 0x00), or block erase (FCCOB0:FCMD = 0x08)) does the command operate on 256K or the 512K "combined block"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PEx tends to refer to the "combined blocks". &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54854iD319533557218F54/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The datasheet still seems to use the word "block" for two different things.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54926i4B29F92647A1CE71/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 21:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-is-the-flash-block-size-in-MK60FX512-and-similar-K60-512K/m-p/398130#M22006</guid>
      <dc:creator>dmitriyc</dc:creator>
      <dc:date>2015-07-30T21:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the flash block size in MK60FX512 (and similar K60)? 512K or 256K?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-is-the-flash-block-size-in-MK60FX512-and-similar-K60-512K/m-p/398131#M22007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dmitryc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just like the link which you mention said, the block size of MK60FN1M0VLQ12 is 256KB, not the combined block 512KB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, the block erase does the operation on 256KB, the flash block in PE interface actually means combined block, it is really a little confusing.&lt;/P&gt;&lt;P&gt;Just take care:&lt;/P&gt;&lt;P&gt;• For devices with program flash only: 4 blocks(256KB each) of program flash consisting of 4 KB&lt;/P&gt;&lt;P&gt;sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 2 blocks (256KB each) of program flash consisting of 4 KB&lt;/P&gt;&lt;P&gt;sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 2 blocks (256KB each) of FlexNVM consisting of 4 KB sectors&lt;/P&gt;&lt;P&gt;• For devices that contain FlexNVM: 1 block (16KB)of FlexRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually, in our sample code : KINETIS_120MHZ_SC, it also defined the flash block size as 0x00040000, it is 256K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you !&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 06:07:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/What-is-the-flash-block-size-in-MK60FX512-and-similar-K60-512K/m-p/398131#M22007</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-07-31T06:07:15Z</dc:date>
    </item>
  </channel>
</rss>

