<?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 direct reset does not enter the interrupt(S32K144) in S32K</title>
    <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724798#M1759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Cai,&lt;/P&gt;&lt;P&gt;You can refer to the&lt;STRONG&gt;&lt;EM&gt; wdog_interrupt_s32k144&lt;/EM&gt;&lt;/STRONG&gt; example code provided by&amp;nbsp;&lt;STRONG&gt;S32 Design Studio for ARM v2.0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&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/16715i936473E7DCF871CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;I think this demo has a bit of problem but does not&amp;nbsp;affect your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 02:57:08 GMT</pubDate>
    <dc:creator>frankzhao1</dc:creator>
    <dc:date>2018-01-18T02:57:08Z</dc:date>
    <item>
      <title>WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724793#M1754</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; Here is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I enabled the interrupt in the initialization, the watchdog does not refresh the value within 2 seconds will reset, why not enter the watchdog interrupt it? thank you all!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2018-01-16_110354.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12309iB95080AE32DD3665/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-01-16_110354.png" alt="2018-01-16_110354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 03:12:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724793#M1754</guid>
      <dc:creator>海斌蔡</dc:creator>
      <dc:date>2018-01-16T03:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724794#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do you know it doesn't enter the ISR?&lt;/P&gt;&lt;P&gt;The reset is delayed only by 128 bus clock cycles after the vector is fetched.&lt;/P&gt;&lt;P&gt;Instead of incrementing the VA variable, toggle a GPIO pin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is SDK watchdog_interrupt example code, so you can refer to that.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 14:51:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724794#M1755</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-01-16T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724795#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I set a breakpoint inside the ISR, the program did not enter the breakpoint directly reset. I debug you said the SDK example, I also set a breakpoint in that example ISR, the program is not into the breakpoint reset directly.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The reset is delayed only by 128 bus clock cycles after the vector is fetched.&lt;/SPAN&gt;How to understand this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Cai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:21:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724795#M1756</guid>
      <dc:creator>海斌蔡</dc:creator>
      <dc:date>2018-01-16T15:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724796#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In SDK watchdog_interrupt example code, you should pay attention to see a&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;parameter&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;intEnable&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;&amp;nbsp; (&amp;nbsp;&lt;EM&gt;If true, an interrupt request is generated before reset&lt;/EM&gt; ). So if you want enter the watchdog ISR you need mask&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;WDOG_DRV_Trigger(INST_WATCHDOG1) &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In addition,&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13969iE225BE644FE4F14A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:30:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724796#M1757</guid>
      <dc:creator>frankzhao1</dc:creator>
      <dc:date>2018-01-17T10:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724797#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;intEnable&lt;/STRONG&gt;&lt;/EM&gt; this parameter in my initialization is set to true.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;WDOG_DRV_Trigger&lt;/STRONG&gt;&lt;/EM&gt; The function of this interface is to refresh the WDOG counter.If you do not want to enter the interrupt or reset, before the counter reaches the set value refresh.&lt;/P&gt;&lt;P&gt;You tell me want to enter the watchdog ISR I need to mask WDOG_DRV_Trigger (INST_WATCHDOG1). Can you give me an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Cai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 02:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724797#M1758</guid>
      <dc:creator>海斌蔡</dc:creator>
      <dc:date>2018-01-18T02:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724798#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Cai,&lt;/P&gt;&lt;P&gt;You can refer to the&lt;STRONG&gt;&lt;EM&gt; wdog_interrupt_s32k144&lt;/EM&gt;&lt;/STRONG&gt; example code provided by&amp;nbsp;&lt;STRONG&gt;S32 Design Studio for ARM v2.0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&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/16715i936473E7DCF871CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;I think this demo has a bit of problem but does not&amp;nbsp;affect your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 02:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724798#M1759</guid>
      <dc:creator>frankzhao1</dc:creator>
      <dc:date>2018-01-18T02:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724799#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Zhao&lt;/P&gt;&lt;P&gt;I know you say this example, the same example can not &lt;SPAN&gt;enter &lt;/SPAN&gt; the WDOG ISR, &lt;EM&gt;&lt;STRONG&gt;wdg_pal_interrupt_s32k144&lt;/STRONG&gt;&lt;/EM&gt; can not enter the same.&lt;span class="lia-inline-image-display-wrapper" image-alt="2018-01-18_114824.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17206iEE544B00A2DCE23A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-01-18_114824.png" alt="2018-01-18_114824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;wdog_interrupt_s32k144&lt;/STRONG&gt;&lt;/EM&gt; This official example, you can debug into WDOG ISR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Cai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 04:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724799#M1760</guid>
      <dc:creator>海斌蔡</dc:creator>
      <dc:date>2018-01-18T04:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724800#M1761</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 modified the WDOG_ISR of the SDK example to simply toggle the RED LED.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/* WatchDog IRQ handler */
void WDOG_ISR(void)
{
 WDOG-&amp;gt;CS |= (1 &amp;lt;&amp;lt; 14); // Clear WDOG FLG
 
 PTD-&amp;gt;PTOR |= 0x8000;&amp;nbsp;&amp;nbsp; // Toggle RED LED, PortD15
 PTD-&amp;gt;PTOR |= 0x8000;
 PTD-&amp;gt;PTOR |= 0x8000;
 PTD-&amp;gt;PTOR |= 0x8000;
 PTD-&amp;gt;PTOR |= 0x8000;
 PTD-&amp;gt;PTOR |= 0x8000;
}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can see it enters the interrupt on the PortD15 pin.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;IMG alt="pastedImage_4.png" src="https://community.nxp.com/t5/image/serverpage/image-id/20095iDE930BB5F34D73C8/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If I place a breakpoint as shown below, I can’t see it stops at the breakpoint, because the reset comes too fast (in 128 bus clock cycles).&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;IMG alt="pastedImage_2.png" src="https://community.nxp.com/t5/image/serverpage/image-id/19950i0CC15D43F13FEB8A/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, checking the PortD15 pin, I can see it really stops at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;IMG alt="pastedImage_3.png" src="https://community.nxp.com/t5/image/serverpage/image-id/19997i558E86119ED80DF8/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" /&gt;&lt;/SPAN&gt;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:02:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724800#M1761</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-11-02T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724801#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too am having some trouble getting the delayed watch dog reset ISR to hit reliably.&amp;nbsp; Based on your comments above, it sounds like even hitting a break point is not going to be reliable.&amp;nbsp; Also, it appears that if you happened to be in a critical region with interrupts disabled when the watch dog counter times out then the interrupt doesn't occur at all, just the reset.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess my real question is what can one actually do inside this ISR reliably, if I can't even hit a SW break point to allow me to check registers, etc when it occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, thanks for the information.&amp;nbsp; It seems this interrupt might be less useful than I had hoped, and based on you comments I should probably stop wasting time on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 19:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724801#M1762</guid>
      <dc:creator>stephen_humphre</dc:creator>
      <dc:date>2019-03-04T19:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724802#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stephan,&lt;/P&gt;&lt;P&gt;You can extend the delay using RCM_WDOG interrupt.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-342843"&gt;Example S32K144 WDOG RCM interrupt&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But anyway, the reset is forced, it can't be stopped.&lt;/P&gt;&lt;P&gt;As the RM states: "When an interrupt for a reset source&amp;nbsp;is enabled, software has time to perform a graceful shutdown."&lt;/P&gt;&lt;P&gt;It depends on your application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 14:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724802#M1763</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-03-06T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG direct reset does not enter the interrupt(S32K144)</title>
      <link>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724803#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only add the following statements in WDOG_ISR,&lt;/P&gt;&lt;P&gt;WDOG-&amp;gt;CS |= (1UL &amp;lt;&amp;lt; 14);&lt;/P&gt;&lt;P&gt;s_uiWatchDogTest = 0xAA5555AA; // this variable will not be initialized by bss or data, and it was set to 0 before waiting watchdog timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN&gt;s_uiWatchDogTest value will be 0xAA5555AA&amp;nbsp;&lt;/SPAN&gt;with J-Link inserted(not debugging), but it's value will be 0 without J-Link inserted.&lt;/P&gt;&lt;P&gt;I think WDOG_ISR routine was not executed without J-Link inserted.&lt;/P&gt;&lt;P&gt;What should i do if&amp;nbsp;&lt;SPAN&gt;WDOG_ISR routine also was executed without J-Link inserted?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Liu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 00:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/WDOG-direct-reset-does-not-enter-the-interrupt-S32K144/m-p/724803#M1764</guid>
      <dc:creator>dsfire</dc:creator>
      <dc:date>2019-05-06T00:18:31Z</dc:date>
    </item>
  </channel>
</rss>

