<?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: DFlash on HCS12x in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676421#M6021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hello, I tried to run the above code in Full Chip simulation mode, but the code in function 'EE_Init()' is stuck at the following 'while(FSTAT_CCIF == 0);' loop.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 06:47:03 GMT</pubDate>
    <dc:creator>salmanshaikh</dc:creator>
    <dc:date>2017-06-14T06:47:03Z</dc:date>
    <item>
      <title>DFlash on HCS12x</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676419#M6019</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 am new to NXP Microcontrollers. I am trying to setup D-Flash on HCS12X based microcontrollers. Could anyone please suggest me where can I find some examples for the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676419#M6019</guid>
      <dc:creator>salmanshaikh</dc:creator>
      <dc:date>2017-06-06T07:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: DFlash on HCS12x</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676420#M6020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is a demo project that was developed by my colleague.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Wed, 07 Jun 2017 05:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676420#M6020</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-06-07T05:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: DFlash on HCS12x</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676421#M6021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hello, I tried to run the above code in Full Chip simulation mode, but the code in function 'EE_Init()' is stuck at the following 'while(FSTAT_CCIF == 0);' loop.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 06:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676421#M6021</guid>
      <dc:creator>salmanshaikh</dc:creator>
      <dc:date>2017-06-14T06:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: DFlash on HCS12x</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676422#M6022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried to write to CCIF register using debugger temprorarily, but I am getting the following&amp;nbsp;warning&lt;/P&gt;&lt;P&gt;'FCS Warning (ID 11): writing to unimplemented register at pc = 0xfe80ea'L. Value: 0x80, Memory Address: 0x106. S12XFTM module not implemented'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 12:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676422#M6022</guid>
      <dc:creator>salmanshaikh</dc:creator>
      <dc:date>2017-06-14T12:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: DFlash on HCS12x</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676423#M6023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salman.&lt;/P&gt;&lt;P&gt;I tested this demo on my side this morning.&lt;/P&gt;&lt;P&gt;In full chip simulation mode, I get same warning as you had. The reason is that Hiwave debugger doesn't include eeprom simulation feature. Thus we can only do it with connecting a board.&lt;/P&gt;&lt;P&gt;I just tested it with a DEMOAX9S12EP100 demo board . It works normal. See attached video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a point which is good to know:&lt;/P&gt;&lt;P&gt;Earlier S12 and S12X microcontrollers contained standard EEPROM memory. The main characteristic (from the user’s point of view) is that the sector size is 4 bytes (smallest partition of memory that can be erased).&lt;/P&gt;&lt;P&gt;Microcontrollers from S12XE and S12XF family are a little bit different. The technology has been changed – the memory size is higher but also the sector has been increased to 256 bytes. This kind of EEPROM memory is called D-Flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Thu, 15 Jun 2017 03:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/DFlash-on-HCS12x/m-p/676423#M6023</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-06-15T03:25:58Z</dc:date>
    </item>
  </channel>
</rss>

