<?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>S32KのトピックRe: How to create a software reset without use the watchdog</title>
    <link>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877229#M3993</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 call&amp;nbsp;&lt;STRONG&gt;void SystemSoftwareReset(void)&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;create/generate a reset, &lt;STRONG&gt;path&lt;/STRONG&gt;: project path/SDK/platform/S32K146/startup/system_S32K146.c&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2019 03:04:36 GMT</pubDate>
    <dc:creator>Yunchuan</dc:creator>
    <dc:date>2019-02-21T03:04:36Z</dc:date>
    <item>
      <title>How to create a software reset without use the watchdog</title>
      <link>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877228#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on NXP S32K146, and I would like, by software, to create/generate a reset without watchdog, because I did not use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By advance, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 16:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877228#M3992</guid>
      <dc:creator>sebastien_ledio</dc:creator>
      <dc:date>2019-02-20T16:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a software reset without use the watchdog</title>
      <link>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877229#M3993</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 call&amp;nbsp;&lt;STRONG&gt;void SystemSoftwareReset(void)&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;create/generate a reset, &lt;STRONG&gt;path&lt;/STRONG&gt;: project path/SDK/platform/S32K146/startup/system_S32K146.c&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 03:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877229#M3993</guid>
      <dc:creator>Yunchuan</dc:creator>
      <dc:date>2019-02-21T03:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a software reset without use the watchdog</title>
      <link>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877230#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add the note that you&amp;nbsp;do not need to create an SDK project. This information can be found in the&amp;nbsp;Cortex™ -M4 Devices Generic User Guide - 4.3.5 Application Interrupt and Reset Control Register&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Finfocenter.arm.com%2Fhelp%2Ftopic%2Fcom.arm.doc.dui0553b%2FDUI0553.pdf" rel="nofollow" style="color: #3d9ce7; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://infocenter.arm.com/help/topic/com.arm.doc.dui0553b/DUI0553.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The code below will trigger software reset&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;S32_SCB-&amp;gt;AIRCR = S32_SCB_AIRCR_VECTKEY(0x5FA) | S32_SCB_AIRCR_SYSRESETREQ(1);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 12:18:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-create-a-software-reset-without-use-the-watchdog/m-p/877230#M3994</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2019-02-21T12:18:43Z</dc:date>
    </item>
  </channel>
</rss>

