<?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: Why can not I do a system reset on software code instead of power? in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481784#M2285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your SWT can trigger destructive reset.&lt;/P&gt;&lt;P&gt;let in SW your SWT expire and you will get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 08:01:50 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2017-10-19T08:01:50Z</dc:date>
    <item>
      <title>Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481776#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to &lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;do a system reset at the end of my program on 5675K.And I write the code on the end of my programme.But the programme can not do a system reset by itself.So I only &lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;do a system reset&lt;/SPAN&gt; on power.Why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reset code is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;&lt;/TD&gt;&lt;TD style=""&gt;ME.MCTL.R = 0x00005AF0;/*复位*/&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ME.MCTL.R = 0x0000A50F;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 09:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481776#M2277</guid>
      <dc:creator>小兜麦</dc:creator>
      <dc:date>2016-04-05T09:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481777#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should looks like;&lt;/P&gt;&lt;P&gt;ME.MCTL.R = 0xF0005AF0;&lt;/P&gt;&lt;P&gt;ME.MCTL.R = 0xF000A50F;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 11:15:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481777#M2278</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-04-05T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481778#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Peter&lt;/P&gt;&lt;P&gt;    My program can not do the system reset with you code.I am doing the CAN bootloader .I need do the software reset on the end of the CAN bootloader program.After reset,it will jump to the 0x00000000 to run the application program.But the CAN bootloader programm can not jump normally!  There is hardware initialization in CAN bootloader programm.  So I suspect that there are some programme about hardware initialization. &lt;/P&gt;&lt;P&gt;Can you give me some hardware initialization projects about reset?&lt;/P&gt;&lt;P&gt;   Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 12:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481778#M2279</guid>
      <dc:creator>小兜麦</dc:creator>
      <dc:date>2016-04-05T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481779#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Believe me my code do a Software Destructive RESET exactly like it is described in reference manual&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27839i9FB8C78BC000C434/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also if you check the debugger you will see the F_SOFT_DEST flag set in RGM[DES] register.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27803iF9BDEA35EA55FCD6/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After reset SSCM module search for valid RCHW on bootable locations.&lt;/P&gt;&lt;P&gt;The device boots from first valid RCHW. On offset 0x4 from valid boot address is jump to user code start address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 13:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481779#M2280</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-04-05T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481780#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   My program still can't do software reset .But it can do it with Power-on.Why?Is there difference of  priority between software reset and Power-on reset?&lt;/P&gt;&lt;P&gt;   Thank you!&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Xue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 02:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481780#M2281</guid>
      <dc:creator>小兜麦</dc:creator>
      <dc:date>2016-04-06T02:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481781#M2282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I recommend you to read reference manual chapter 46.4.1 Reset state machine to have a good view how resets works.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481781#M2282</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-04-06T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481782#M2283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do SW functional reset set:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #303030;"&gt;0x00005AF0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #303030;"&gt;0x0000A50F&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;for SW destructive reset set:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0xF0005AF0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0xF000A50F&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30232iE46A3A90DFCE430B/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481782#M2283</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-04-06T10:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481783#M2284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do a SWT destructive reset for MPC5606B ,but I can't find this in the data sheet ,any alternative for this value for MPC5606B ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 11:10:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481783#M2284</guid>
      <dc:creator>rehabmansour</dc:creator>
      <dc:date>2017-10-18T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481784#M2285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your SWT can trigger destructive reset.&lt;/P&gt;&lt;P&gt;let in SW your SWT expire and you will get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 08:01:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481784#M2285</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-10-19T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481785#M2286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter ,&lt;/P&gt;&lt;P&gt;Thanks for answering ,is there any other destructive resets that can be forced by software for MPC5606B ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 08:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481785#M2286</guid>
      <dc:creator>rehabmansour</dc:creator>
      <dc:date>2017-10-19T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why can not I do a system reset on software code instead of power?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481786#M2287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can see all the destructive reset sources in DES register:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34030iFEA4986B3CDBB0FA/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So SWT or Voltage violation. For example you can control external SBC with SW via SPI/CAN or so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 11:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Why-can-not-I-do-a-system-reset-on-software-code-instead-of/m-p/481786#M2287</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-10-19T11:02:34Z</dc:date>
    </item>
  </channel>
</rss>

