<?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: MPC5604P DATA FLASH Read in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899288#M25713</link>
    <description>Through testing, I found that the cause of the problem is caused by the power failure during the erasing process, and this problem will not occur when the power is on, and we need to store the data in the Flash on demand in our project, so the power failure is uncontrollable, is there a good way to deal with this problem</description>
    <pubDate>Thu, 04 Jul 2024 07:46:12 GMT</pubDate>
    <dc:creator>kabusiji</dc:creator>
    <dc:date>2024-07-04T07:46:12Z</dc:date>
    <item>
      <title>MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1888531#M25621</link>
      <description>&lt;P&gt;I am using MPC5604P in Debug mode. During the Data Flash reading test, I found that when reading the first address (0x804000), the data reading was normal. However, when reading the second address (0x808000), I entered IVOR 2 interrupt, and the memory window displayed the data starting from address 0x808000 as' XX '. What is the reason for this? I look forward to your reply.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flashtest.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284400i9980A72A30235530/image-size/medium?v=v2&amp;amp;px=400" role="button" title="flashtest.PNG" alt="flashtest.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;flashtest.PNG&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flashint.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284401iE25B06FE0FEA7C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="flashint.PNG" alt="flashint.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;flashint.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 08:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1888531#M25621</guid>
      <dc:creator>kabusiji</dc:creator>
      <dc:date>2024-06-17T08:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1889225#M25622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I assume that is uninitialized memory full of ECC faults. Could you try erase the whole micro?&lt;/P&gt;
&lt;P&gt;0xFF means erased memory, XX - I expect is multibit ECC fault read by debugger, or reserved memory area.&lt;/P&gt;
&lt;P&gt;Looking at memory map, there is data flash 0:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1718694387498.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284586i6ED50D8663E29BC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petervlna_0-1718694387498.png" alt="petervlna_0-1718694387498.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;petervlna_0-1718694387498.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 07:06:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1889225#M25622</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-06-18T07:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1893424#M25668</link>
      <description>Hello,&lt;BR /&gt;I can erase the whole micro, The driver package I use is C90LC Data Flash.I tested in normal mode, the chip stopped, and then I tested in debug mode and found that the cause of the problem was here.It doesn't happen every time,Please let me know what I should do to fix this, thanks.</description>
      <pubDate>Tue, 25 Jun 2024 07:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1893424#M25668</guid>
      <dc:creator>kabusiji</dc:creator>
      <dc:date>2024-06-25T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1894092#M25677</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hard to say from your issue description.&lt;/P&gt;
&lt;P&gt;Does erased micro trigger IVOR2 also? I do not expect. So I suspect the issue in your SW.&lt;/P&gt;
&lt;P&gt;Please try some of our reference examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5604P" target="_blank"&gt;https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5604P&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you erase the micro can you read the data correctly from memory via debugger? is there 0xFF?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 06:50:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1894092#M25677</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-06-26T06:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899244#M25711</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Through testing, I found that the cause of the problem is caused by the power failure during the erasing process, and this problem will not occur when the power is on, and we need to store the data in the Flash on demand in our project, so the power failure is uncontrollable, is there a good way to deal with this problem&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899244#M25711</guid>
      <dc:creator>kabusiji</dc:creator>
      <dc:date>2024-07-04T07:07:20Z</dc:date>
    </item>
    <item>
      <title>回复： MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899250#M25712</link>
      <description>&lt;P&gt;Through testing, I found that the cause of the problem is caused by the power failure during the erasing process, and this problem will not occur when the power is on, and we need to store the data in the Flash on demand in our project, so the power failure is uncontrollable, is there a good way to deal with this problem&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:17:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899250#M25712</guid>
      <dc:creator>kabusiji</dc:creator>
      <dc:date>2024-07-04T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899288#M25713</link>
      <description>Through testing, I found that the cause of the problem is caused by the power failure during the erasing process, and this problem will not occur when the power is on, and we need to store the data in the Flash on demand in our project, so the power failure is uncontrollable, is there a good way to deal with this problem</description>
      <pubDate>Thu, 04 Jul 2024 07:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1899288#M25713</guid>
      <dc:creator>kabusiji</dc:creator>
      <dc:date>2024-07-04T07:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5604P DATA FLASH Read</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1901816#M25805</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Through testing, I found that the cause of the problem is caused by the power failure during the erasing process&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, to have a stable and strong enough power source is essential for the device correct operation. In case you create ECC errors due to the power failure during the flash write operation (erase for example) the erase of the flash is necessary to recover it to normal state.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 06:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5604P-DATA-FLASH-Read/m-p/1901816#M25805</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-07-08T06:37:14Z</dc:date>
    </item>
  </channel>
</rss>

