<?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>CodeWarrior Development Tools中的主题 Re: D Flash data is not getting updated correctly on mc9s12xep100 after power on.</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/D-Flash-data-is-not-getting-updated-correctly-on-mc9s12xep100/m-p/686071#M6097</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;To investigate your problem correctly and efficiently, please provide us the follows:&lt;BR /&gt;1.&amp;nbsp;&amp;nbsp; &amp;nbsp;your CW version: &lt;BR /&gt;&amp;nbsp; Start the IDE and click on Help | About Freescale CodeWarrior. Click on Installed Products.Save all info displayed into a txt file and upload it here.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp; &amp;nbsp;send the entire sample code folder(include mcp, prm,c...) in zip format to me.if your project is confidential, please create a new demo project and isolate the problem a demo code to me so that i can test it on my side directly.&lt;BR /&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check your problem based on your feedback. Thanks.&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>Fri, 28 Jul 2017 08:00:03 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2017-07-28T08:00:03Z</dc:date>
    <item>
      <title>D Flash data is not getting updated correctly on mc9s12xep100 after power on.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/D-Flash-data-is-not-getting-updated-correctly-on-mc9s12xep100/m-p/686070#M6096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&amp;nbsp;mc9s12xep100 board and 'IEE1.c' and 'IEE1.h' to update some values in D flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using following code to read a byte from D Flash, if value is less than 50, I set value to 1,&lt;/P&gt;&lt;P&gt;otherwise i increment the value by 1.&lt;/P&gt;&lt;P&gt;But I always see the value as 1.&lt;/P&gt;&lt;P&gt;When I am in debug mode, this code works correctly. When in run mode I face the above problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uint16_t RetVal=0;&lt;BR /&gt;uint8_T NewData =0;&lt;BR /&gt;RetVal = IEE1_GetByte((IEE1_TAddress)(0x100D00), &amp;amp;NewData);&lt;/P&gt;&lt;P&gt;if(NewData &amp;gt; 50) {&lt;BR /&gt;NewData = 1; // If previous value greater than 50, set value to 1&lt;/P&gt;&lt;P&gt;RetVal = IEE1_SetByte((IEE1_TAddress)(0x100D00),NewData); &lt;BR /&gt; } else {&lt;BR /&gt;NewData++; // If previous value less than 50 increment value by 1&lt;BR /&gt; RetVal = IEE1_SetByte((IEE1_TAddress)(0x100D00),NewData); &lt;BR /&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:34:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/D-Flash-data-is-not-getting-updated-correctly-on-mc9s12xep100/m-p/686070#M6096</guid>
      <dc:creator>salmanshaikh</dc:creator>
      <dc:date>2017-07-27T15:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: D Flash data is not getting updated correctly on mc9s12xep100 after power on.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/D-Flash-data-is-not-getting-updated-correctly-on-mc9s12xep100/m-p/686071#M6097</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;To investigate your problem correctly and efficiently, please provide us the follows:&lt;BR /&gt;1.&amp;nbsp;&amp;nbsp; &amp;nbsp;your CW version: &lt;BR /&gt;&amp;nbsp; Start the IDE and click on Help | About Freescale CodeWarrior. Click on Installed Products.Save all info displayed into a txt file and upload it here.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp; &amp;nbsp;send the entire sample code folder(include mcp, prm,c...) in zip format to me.if your project is confidential, please create a new demo project and isolate the problem a demo code to me so that i can test it on my side directly.&lt;BR /&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check your problem based on your feedback. Thanks.&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>Fri, 28 Jul 2017 08:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/D-Flash-data-is-not-getting-updated-correctly-on-mc9s12xep100/m-p/686071#M6097</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-07-28T08:00:03Z</dc:date>
    </item>
  </channel>
</rss>

