<?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 Watchdog interrupt not working in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1526148#M195459</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm trying to get the WDOG1 to launch an ISR. I've followed the SDK example fairly exactly. But, despite seeing the WTIS status bit go 1 for an interrupt, and the WICR enable bit being 1, the ISR ever runs right before the watchdog triggers.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;void WDOG1_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt;WDOG_ClearInterruptStatus(WDOG1, kWDOG_InterruptFlag);&lt;BR /&gt;ppPRINTF(DEBUG_CONSOLE_MODE_ERROR, "WATCHDOG INTERRUPT TRIGGERED!");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WDOG_GetDefaultConfig(&amp;amp;wdog1_config);&lt;BR /&gt;wdog1_config.timeoutValue = 0xFU;&amp;nbsp;&lt;BR /&gt;wdog1_config.enableInterrupt = true;&lt;BR /&gt;wdog1_config.interruptTimeValue = 0x4U;&lt;/P&gt;&lt;P&gt;WDOG_Init(WDOG1, &amp;amp;wdog1_config);&lt;BR /&gt;&lt;BR /&gt;//wdog1 kick/refresh is commented out&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 20:12:28 GMT</pubDate>
    <dc:creator>mspenard603</dc:creator>
    <dc:date>2022-09-21T20:12:28Z</dc:date>
    <item>
      <title>Watchdog interrupt not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1526148#M195459</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm trying to get the WDOG1 to launch an ISR. I've followed the SDK example fairly exactly. But, despite seeing the WTIS status bit go 1 for an interrupt, and the WICR enable bit being 1, the ISR ever runs right before the watchdog triggers.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;void WDOG1_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt;WDOG_ClearInterruptStatus(WDOG1, kWDOG_InterruptFlag);&lt;BR /&gt;ppPRINTF(DEBUG_CONSOLE_MODE_ERROR, "WATCHDOG INTERRUPT TRIGGERED!");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WDOG_GetDefaultConfig(&amp;amp;wdog1_config);&lt;BR /&gt;wdog1_config.timeoutValue = 0xFU;&amp;nbsp;&lt;BR /&gt;wdog1_config.enableInterrupt = true;&lt;BR /&gt;wdog1_config.interruptTimeValue = 0x4U;&lt;/P&gt;&lt;P&gt;WDOG_Init(WDOG1, &amp;amp;wdog1_config);&lt;BR /&gt;&lt;BR /&gt;//wdog1 kick/refresh is commented out&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 20:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1526148#M195459</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-09-21T20:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Watchdog interrupt not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1527478#M195560</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Which processor are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 16:19:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1527478#M195560</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2022-09-23T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Watchdog interrupt not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1528121#M195616</link>
      <description>&lt;P&gt;iMXRT1062. SDK 2.5.1&lt;BR /&gt;&lt;BR /&gt;I got it working by adding&amp;nbsp;EnableIRQ(WDOG1_IRQn);&lt;BR /&gt;&lt;BR /&gt;This isnt in the SDK example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 11:36:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Watchdog-interrupt-not-working/m-p/1528121#M195616</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-09-26T11:36:46Z</dc:date>
    </item>
  </channel>
</rss>

