<?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: Query regarding watchdog timer</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729742#M9889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;how to configure NCF14 channel in FCCU_NCFS_CFG in MPC5777C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Reference manual configuration is like this so how to configure particular NCF14 in this configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16716iBE817573BDCA9D87/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using this below configuration which is given in above example you suggested but this does not work and code is going in infinite loop and device is not reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if LONG_RESET&lt;BR /&gt; /* Configure FCCU to react on NCF14 with long functional reset */&lt;BR /&gt; FCCU.NCFS_CFG[0].R = 0x20000000; //long functional reset reaction&lt;/P&gt;&lt;P&gt;#else&lt;BR /&gt; /* Configure FCCU to react on NCF with short reset */&lt;BR /&gt; FCCU.NCFS_CFG[0].R = 0x10000000;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 06:07:51 GMT</pubDate>
    <dc:creator>sourabhjain</dc:creator>
    <dc:date>2018-01-18T06:07:51Z</dc:date>
    <item>
      <title>Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729738#M9885</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 am using MPC5777C without OS&lt;/P&gt;&lt;P&gt;i want to use watchdog timer but there are two kind of watchdog timer one is core 0 watchdog timer and other is software watchdog timer.&lt;/P&gt;&lt;P&gt;i want to reset the device using watchdog timer for that which watchdog timer is should be used core0 or SWT?&lt;/P&gt;&lt;P&gt;what is difference between core0 watchdog timer and software watchdog timer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 05:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729738#M9885</guid>
      <dc:creator>sourabhjain</dc:creator>
      <dc:date>2018-01-17T05:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729739#M9886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because MPC5777C uses e200z7 core, which was used in previous MPC5 microcontrollers, there are two types of watchdog. Legacy core watchdog and current software watchdog.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, these timers are very similar, but I recommend you use SWT watchdog instead of core watchdog, because SWT is memory mapped and it is easier to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the example below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332499"&gt;Example MPC5744P SWT Short reset GHS614&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, there is no short or long reset in MPC5777C. Please see the figure below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14513i36BF1573290D383D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 09:35:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729739#M9886</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2018-01-17T09:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729740#M9887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;How to reset MPC5777C device using SWT?&lt;/P&gt;&lt;P&gt;Do you have any code written for MPC5777C using SWT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729740#M9887</guid>
      <dc:creator>sourabhjain</dc:creator>
      <dc:date>2018-01-17T11:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729741#M9888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not have code for MPC5777C, but you can use example for MPC5744P I posted you above or S32R example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334483"&gt;https://community.nxp.com/docs/DOC-334483&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:50:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729741#M9888</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2018-01-17T11:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729742#M9889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;how to configure NCF14 channel in FCCU_NCFS_CFG in MPC5777C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Reference manual configuration is like this so how to configure particular NCF14 in this configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16716iBE817573BDCA9D87/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using this below configuration which is given in above example you suggested but this does not work and code is going in infinite loop and device is not reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if LONG_RESET&lt;BR /&gt; /* Configure FCCU to react on NCF14 with long functional reset */&lt;BR /&gt; FCCU.NCFS_CFG[0].R = 0x20000000; //long functional reset reaction&lt;/P&gt;&lt;P&gt;#else&lt;BR /&gt; /* Configure FCCU to react on NCF with short reset */&lt;BR /&gt; FCCU.NCFS_CFG[0].R = 0x10000000;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 06:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729742#M9889</guid>
      <dc:creator>sourabhjain</dc:creator>
      <dc:date>2018-01-18T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding watchdog timer</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729743#M9890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created some simple Software watchdog example. Please check the example in the post attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Query-regarding-watchdog-timer/m-p/729743#M9890</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2018-01-19T08:03:23Z</dc:date>
    </item>
  </channel>
</rss>

