<?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: WDOG interrupt for S32k146 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598150#M20639</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is that WDOG interrupt for S32K146 is working fine with your EVB board, please share the details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2023 11:36:36 GMT</pubDate>
    <dc:creator>Shruthi_C</dc:creator>
    <dc:date>2023-02-13T11:36:36Z</dc:date>
    <item>
      <title>WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1597109#M20562</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run the code for WDOG interrupt, after hitting breakpoint in WDOG_ISR the control is not coming to main code, instead it is going some disassembly location, after halting the execution.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shruthi_C_0-1676014620641.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/210414iFB0BFB5FEC318ED0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shruthi_C_0-1676014620641.png" alt="Shruthi_C_0-1676014620641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please support on this&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 07:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1597109#M20562</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-10T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1597199#M20568</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212442"&gt;@Shruthi_C&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The MCU is always reset when the WDOG overflows.&lt;/P&gt;
&lt;P&gt;The WDOG interrupt only delays the reset.&lt;/P&gt;
&lt;P&gt;The RCM interrupt can delay it further if enabled as it examplainde here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-WDOG-RCM-interrupt/ta-p/1107039" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-WDOG-RCM-interrupt/ta-p/1107039&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is not possible to halt the execution at a breakpoint within the interrupts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 09:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1597199#M20568</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-10T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598002#M20625</link>
      <description>&lt;P&gt;Hi Denil,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Failed to enter main() of application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am getting errors like this, after WDOG reset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: CPU status - IN RESET&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: Notification to init-after-hw-reset hookup.&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: DMAC: MDM-AP detected&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: Connecting to TAP#0 DAP AHB-AP-CM port 0x0 (IDR=0x2477'0011).&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: Recognized CPUID=0x410fc241 Cortex-M4 r0p1 arch ARMv7-M&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: Debug resources: 6 instruction comparators, 4 data watchpoints.&lt;/P&gt;&lt;P&gt;Mon Feb 13, 2023 13:50:26: Processor did not stop on external reset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get the control over to main() after WDOG reset in S32K146&lt;/P&gt;&lt;P&gt;Please support&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 08:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598002#M20625</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-13T08:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598061#M20628</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212442"&gt;@Shruthi_C&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You need to connect the debugger to the running MCU again after the reset .&lt;/P&gt;
&lt;P&gt;I don't know which debugger you use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 09:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598061#M20628</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-13T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598063#M20629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using debugger, I-Jet&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 09:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598063#M20629</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-13T09:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598081#M20630</link>
      <description>&lt;P&gt;Unfortunately, I have no experience with I-jet / IAR IDE.&lt;/P&gt;
&lt;P&gt;I guess it must be described in the documention of the tools.&lt;/P&gt;
&lt;P&gt;You can contact IAR system support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 09:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598081#M20630</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-13T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598083#M20631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ok, Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 09:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598083#M20631</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-13T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598150#M20639</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is that WDOG interrupt for S32K146 is working fine with your EVB board, please share the details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 11:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598150#M20639</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-13T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598151#M20640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For EVB board if we do power on reset, it will run default code but not what we flashed into it, Is this the same case for WDOG? please confirm&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 11:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598151#M20640</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-13T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598164#M20642</link>
      <description>&lt;P&gt;Yes, the WDOG interrupt works on the EVBs.&lt;/P&gt;
&lt;P&gt;I believe all the details are explained in the document I linked here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 11:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598164#M20642</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-13T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598165#M20643</link>
      <description>&lt;P&gt;You need to load the project in the the Flash not SRAM.&lt;/P&gt;
&lt;P&gt;I think this can be the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 12:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1598165#M20643</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-13T12:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG interrupt for S32k146</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1600390#M20721</link>
      <description>&lt;P&gt;Thank you for your response&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-interrupt-for-S32k146/m-p/1600390#M20721</guid>
      <dc:creator>Shruthi_C</dc:creator>
      <dc:date>2023-02-16T09:56:32Z</dc:date>
    </item>
  </channel>
</rss>

