<?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>MPC5xxx中的主题 Re: Reset the micro (MPC5643 ) using while(1) loop</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444332#M1276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That's interesting. As I know such feature exists on MPC5744P and other MPC57xx devices - it is called 'Functional' Reset Escalation and 'Destructive' Reset Escalation (MC_RGM_FRET and MC_RGM_DRET) and it causes that after predefined number of functional reset, destructive reset happen and after predefined number of destructive resets, device will stay in reset.&lt;/P&gt;&lt;P&gt;However this feature is not present with MPC5643L so I would expect continuous resetting in case all of these reset has the same reason (SW initiated functional reset). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 08:07:50 GMT</pubDate>
    <dc:creator>davidtosenovjan</dc:creator>
    <dc:date>2015-06-11T08:07:50Z</dc:date>
    <item>
      <title>Reset the micro (MPC5643 ) using while(1) loop</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444331#M1275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am trying to reset the micro (MPC5643 ) using while(1) loop It is resetting for some time and after that Reset line becomes low and not going high. Is it a safety Implementation in the micro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 05:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444331#M1275</guid>
      <dc:creator>bnaiduv</dc:creator>
      <dc:date>2015-06-10T05:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the micro (MPC5643 ) using while(1) loop</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444332#M1276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That's interesting. As I know such feature exists on MPC5744P and other MPC57xx devices - it is called 'Functional' Reset Escalation and 'Destructive' Reset Escalation (MC_RGM_FRET and MC_RGM_DRET) and it causes that after predefined number of functional reset, destructive reset happen and after predefined number of destructive resets, device will stay in reset.&lt;/P&gt;&lt;P&gt;However this feature is not present with MPC5643L so I would expect continuous resetting in case all of these reset has the same reason (SW initiated functional reset). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444332#M1276</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2015-06-11T08:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the micro (MPC5643 ) using while(1) loop</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444333#M1277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is a very good problem, and i am now facing it. i did many test and got some interesting result. &amp;nbsp; in these results only one point i have some&amp;nbsp;doubt and want to know the reason.&lt;/P&gt;&lt;P&gt;1. in 5744P chip the&amp;nbsp;MC_RGM_FRET can do predefine the times allow funciton reset to cause a destructive reset;&lt;/P&gt;&lt;P&gt;2. but the&amp;nbsp;MC_RGM_DRET can not&amp;nbsp;&lt;SPAN&gt;predefine the times allow destructive reset to cause&amp;nbsp;chip freezed in reset status.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my test is that :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. write&amp;nbsp;MC_RGM_DRET to be 0 at the initial stage , and then software reset 5744P; &amp;nbsp; if &amp;nbsp;the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;MC_RGM_FRET is set to be 15, i can see the the chip will be reset&amp;nbsp;14 times and then stoped.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;2. write&amp;nbsp;MC_RGM_DRET to be&amp;nbsp;15 at the initial stage , and then software reset 5744P;&amp;nbsp;if &amp;nbsp;the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;MC_RGM_FRET is set to be 15, i can see the the chip will be reset&amp;nbsp;14 times and then stoped.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;according to the UM of 5744P specifying, if user write 0 to&amp;nbsp;MC_RGM_DRET , the Destructive' Reset Escalation function will be disabled. but actually not. that is my&amp;nbsp;doubt. what is the reason?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:16:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Reset-the-micro-MPC5643-using-while-1-loop/m-p/444333#M1277</guid>
      <dc:creator>liujinhang</dc:creator>
      <dc:date>2017-03-07T10:16:27Z</dc:date>
    </item>
  </channel>
</rss>

