<?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: Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program??? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329002#M15263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yasuhiko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially thanks for your answer.&lt;/P&gt;&lt;P&gt;I do not understand what you mean to think 0x10007FFF be a typographical error 0x1007FFFF.&lt;/P&gt;&lt;P&gt;Where you see the typographical error 0x1007FFFF where you see it?&lt;/P&gt;&lt;P&gt;and the attached table shows the valid partition, I think you have not attached to the response.&lt;/P&gt;&lt;P&gt;and recordings EEPROM that can be done in the micro, I refer to the EEPROM. (not the FlexNVM working EEPROM), the previous data comes very well. number of recordings can be made in the EEPROM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yhank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 08:58:58 GMT</pubDate>
    <dc:creator>Saaac</dc:creator>
    <dc:date>2014-12-16T08:58:58Z</dc:date>
    <item>
      <title>Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/328999#M15260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use part of FLEXNVM memory as program memory, ie:&lt;/P&gt;&lt;P&gt;From FlexNVM, I use to 0x10000000 to 0x10004FFF as memria to store data. and I want the 0x10005000 to 0x10007FFF is Use as program code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, for that reason with settings that I do, just takes my 1000 bytes of program. and I get the flash is full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration of the program, having if you see any explanation.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;ProcessorExpert.lcf&lt;/P&gt;&lt;P&gt;MEMORY {&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_interrupts (RX) : ORIGIN = 0x00000000, LENGTH = 0x000001BC&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX) : ORIGIN = 0x00000410, LENGTH = 0x0000FBF0&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW) : ORIGIN = 0x1FFFE000, LENGTH = 0x00002000&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_data_20000000 (RW) : ORIGIN = 0x20000000, LENGTH = 0x00002000&lt;/P&gt;&lt;P&gt;&amp;nbsp; myrom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX) : ORIGIN = 0x10000800, LENGTH = 0x00007800&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_cfmprotrom&amp;nbsp; (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.text :&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * (.text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . = ALIGN(0x4);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } &amp;gt; m_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; .rom_symbols :&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; * (.rodata)&lt;/P&gt;&lt;P&gt;&amp;nbsp; . = ALIGN (0x4);&lt;/P&gt;&lt;P&gt;&amp;nbsp; ___ROM_AT = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ___DATA_ROM = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp; } &amp;gt; myrom&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;attached&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;image&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 17:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/328999#M15260</guid>
      <dc:creator>Saaac</dc:creator>
      <dc:date>2014-12-05T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329000#M15261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, if I can help.&lt;/P&gt;&lt;P&gt;How many times you can erase and write the Flash?&lt;/P&gt;&lt;P&gt;And how many times you can erase and write the EEPROM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 11:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329000#M15261</guid>
      <dc:creator>Saaac</dc:creator>
      <dc:date>2014-12-09T11:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329001#M15262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="jive-image"&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think 0x10007FFF would be a typo of 0x1007FFFF and you need 192KB for the program (or data) flash. Is it correct? Even if it is correct, such the partitioning of FlexNVM will be impossible. Please find attached table shows the valid partitioning and 256KB Data Flash (or Program Flash) is the most nearest to your purpose. However in such the case, Data Flash is assigned from 0x10000000 to 0x1003FFFF and the rest is EEPROM backup area.&lt;/P&gt;&lt;P&gt;The 256KB Data Flash endurance will be forecasted about 10,000 times from the FlexNVM endurance when used as EEPROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 19:42:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329001#M15262</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2014-12-13T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329002#M15263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yasuhiko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially thanks for your answer.&lt;/P&gt;&lt;P&gt;I do not understand what you mean to think 0x10007FFF be a typographical error 0x1007FFFF.&lt;/P&gt;&lt;P&gt;Where you see the typographical error 0x1007FFFF where you see it?&lt;/P&gt;&lt;P&gt;and the attached table shows the valid partition, I think you have not attached to the response.&lt;/P&gt;&lt;P&gt;and recordings EEPROM that can be done in the micro, I refer to the EEPROM. (not the FlexNVM working EEPROM), the previous data comes very well. number of recordings can be made in the EEPROM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yhank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 08:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329002#M15263</guid>
      <dc:creator>Saaac</dc:creator>
      <dc:date>2014-12-16T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329003#M15264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason is simple. The K10 part has 512KB FlexNVM. The attached table shows you can have only 2 partitions of FlexNVM. One is Data Flash and another is EEPROM backup area. Corresponding area of FlexNVM for EEPROM is unknown because it is controlled by EEE sequencer. Also the EEPROM area is assigned after Data Flash, If your intention is not incorrect, it would be impossible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 10:57:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329003#M15264</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2014-12-16T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K10 Dflash (FlexNVM) using like PFlash for extra memory program???</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329004#M15265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add an addition information. EEPROM is accessed via FlexRAM and its address is 0x14000000 to 0x14000FFF (4KB case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 21:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K10-Dflash-FlexNVM-using-like-PFlash-for-extra-memory/m-p/329004#M15265</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2014-12-16T21:14:13Z</dc:date>
    </item>
  </channel>
</rss>

