<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックColdfire Plus EEprom / Data Partition - FlexNVM</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-Plus-EEprom-Data-Partition-FlexNVM/m-p/271157#M11802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i use Codewarrior 10.5 with a MCF51JU32VFM as controller and a PE-Micro USB multilink flasher (BDM).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would use the FelxNVM Partition as EEprom and Data storage.&lt;/P&gt;&lt;P&gt;My Config is:&amp;nbsp; 512byte EEPROM usage and 8Kb Data.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;&amp;nbsp;&amp;nbsp; FTFL_FCCOB0 = 0x80; &amp;nbsp;&amp;nbsp; FTFL_FCCOB1 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB2 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB3 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB4 = 0x35;&amp;nbsp; //512 bytes eeprom &amp;nbsp;&amp;nbsp; FTFL_FCCOB5 = 0x09;&amp;nbsp; //8kb data partition &amp;nbsp;&amp;nbsp; FTFL_FSTAT |= FTFL_FSTAT_CCIF_MASK; //clear CCIF flag to process eeprom command&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is running, but i need this for debugging, because i place data in the data partiotn during flashing.&lt;/P&gt;&lt;P&gt;When i execute this command (in my program), the data partition is erased. (eeprom is running)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to set the partion during firmware flash or debugging the eeprom function failed. in the attachment is my actual debug settings.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 06:47:53 GMT</pubDate>
    <dc:creator>Sebastian_v1</dc:creator>
    <dc:date>2014-03-03T06:47:53Z</dc:date>
    <item>
      <title>Coldfire Plus EEprom / Data Partition - FlexNVM</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-Plus-EEprom-Data-Partition-FlexNVM/m-p/271157#M11802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i use Codewarrior 10.5 with a MCF51JU32VFM as controller and a PE-Micro USB multilink flasher (BDM).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would use the FelxNVM Partition as EEprom and Data storage.&lt;/P&gt;&lt;P&gt;My Config is:&amp;nbsp; 512byte EEPROM usage and 8Kb Data.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;&amp;nbsp;&amp;nbsp; FTFL_FCCOB0 = 0x80; &amp;nbsp;&amp;nbsp; FTFL_FCCOB1 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB2 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB3 = 0x00; &amp;nbsp;&amp;nbsp; FTFL_FCCOB4 = 0x35;&amp;nbsp; //512 bytes eeprom &amp;nbsp;&amp;nbsp; FTFL_FCCOB5 = 0x09;&amp;nbsp; //8kb data partition &amp;nbsp;&amp;nbsp; FTFL_FSTAT |= FTFL_FSTAT_CCIF_MASK; //clear CCIF flag to process eeprom command&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is running, but i need this for debugging, because i place data in the data partiotn during flashing.&lt;/P&gt;&lt;P&gt;When i execute this command (in my program), the data partition is erased. (eeprom is running)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to set the partion during firmware flash or debugging the eeprom function failed. in the attachment is my actual debug settings.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 06:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-Plus-EEprom-Data-Partition-FlexNVM/m-p/271157#M11802</guid>
      <dc:creator>Sebastian_v1</dc:creator>
      <dc:date>2014-03-03T06:47:53Z</dc:date>
    </item>
  </channel>
</rss>

