<?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>i.MX ProcessorsのトピックRe: iMXRT1024 Watchdog External Signals</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1707174#M211021</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I did a test based &lt;A href="https://mcuxpresso.nxp.com/en/dashboard?" target="_self"&gt;RT1024 SDK&lt;/A&gt; demo [wdog01] with RT10124-EVK board.&lt;/P&gt;
&lt;P&gt;Due to WODG1_ANY using GPIO_AD_B0_14 connects with ENET PHY (ENET_TXD0), I don't test that pad.&lt;/P&gt;
&lt;P&gt;I test WDOG1_B using GPIO_AD_B0_03 pin and remove Jumper J49.&lt;/P&gt;
&lt;P&gt;I make below two changes:&lt;/P&gt;
&lt;P&gt;&amp;lt;pin_mux.c&amp;gt;&amp;nbsp;&lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;BOARD_InitPins&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;) function:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;  IOMUXC_SetPinMux(IOMUXC_GPIO_AD_B0_03_WDOG1_B,1U);  /* GPIO_AD_B0_03 is configured as WDOG1_B */
  IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_03_WDOG1_B, 0xF0B0U); /* Enable pull-up */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;lt;wdog.c&amp;gt;&amp;nbsp;&lt;SPAN&gt;int&lt;/SPAN&gt; &lt;SPAN&gt;main&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;) function line111 add below code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;        config.enableTimeOutAssert = true;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;During the test, I could find WDOG1_B signal was asserted (from high voltage to low voltage) when WDOG1 timeout.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1692327992778.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236985iDF9D93C0DE2920BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1692327992778.png" alt="Hui_Ma_0-1692327992778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2023 03:08:20 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2023-08-18T03:08:20Z</dc:date>
    <item>
      <title>iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1666413#M207340</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having trouble understanding the external signals provided by the RT1024 watchdogs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My confusion is mostly over Table 52.3 in the reference manual (page 2701). WDOG1_B and WDOG2_B have literally identical descriptions. What is the difference? Or are there just two identical ones so that we can set one to trigger on the software request, and one to trigger on the timeout????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, WDOG1_ANY makes not much sense if it's the AND of WDOG1_B and WDOG2_B. It makes more sense if they were OR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 20:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1666413#M207340</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-06-08T20:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667457#M207425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There are two Watchdog timers, WDOG1 &amp;amp; WDOG2. The WDOG1_B related to WDOG1 timer and WDOG2_B related to WDOG2 timer.&lt;BR /&gt;From the function, both pins has the same function.&lt;/P&gt;
&lt;P&gt;WDOG1_ANY is the global watchdog signal. It is essentially: WDOG1_ANY = (WDOG1_B) &amp;amp;&amp;amp; (WDOG2_B). WDOG1_ANY goes low if “any” of the WDOGx_B signals assert (goes low).&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 08:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667457#M207425</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2023-06-12T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667680#M207437</link>
      <description>" WDOG1_ANY = (WDOG1_B) &amp;amp;&amp;amp; (WDOG2_B). WDOG1_ANY goes low if “any” of the WDOGx_B signals assert (goes low)."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is what I am confused on. Given the " WDOG1_ANY = (WDOG1_B) &amp;amp;&amp;amp; (WDOG2_B)", that is a logical AND, but you say it goes low if "any" of them go low, which implies a logical OR&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2023 18:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667680#M207437</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-06-12T18:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667842#M207457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Due to the WDOGx_B &amp;amp; WDOG1_ANY signals low (logic 0) means asserted, please refer below table, it is a logic AND relationship:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1686623422777.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227246i8E4EF254F79BBD2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1686623422777.png" alt="Hui_Ma_0-1686623422777.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the attention.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 02:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1667842#M207457</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2023-06-13T02:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1704544#M210767</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/14969"&gt;@Hui_Ma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now gotten my custom board for the cpu built and am testing the watchdog timer. I am not seeing any activity on the WDOG_ANY or the WDOG1_B signals. Both outputs are logic LOW no matter what I do. WDOG1_B might be affected by my debugger, because it shares the line with JTAG TDI, but I doubt that because I am in SWD mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screenshot of my config tools, is there anything you see that would be preventing me from seeing any signal on the outputs? I would expect my outputs to be HIGH until the watchdog resets, at which point they drop low (per pg 2708 RM). I see physical changes in the board (I have setup a blinky led, I turn it on before I enter an intentional infinite loop, and I see it turn off roughly at the right time for the watchdog to time out). Checking the registers, I don't see anything out of the ordinary. My WCR register reads as 0x137C after pausing during my infinite loop.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GUnderdown_0-1692049018480.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236365iA43F66EBF609BD5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GUnderdown_0-1692049018480.png" alt="GUnderdown_0-1692049018480.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GUnderdown_1-1692049043484.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236366i3AF6260C47EA4A0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GUnderdown_1-1692049043484.png" alt="GUnderdown_1-1692049043484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 21:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1704544#M210767</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-08-14T21:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1706317#M210966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check below registers value to confirm related pins was set as WDOG1 function:&lt;/P&gt;
&lt;P&gt;SW_MUX_CTL_PAD_GPIO_AD_B0_14 SW MUX Control Register [MUX_MODE] bits with value 0b111 ALT7;&lt;/P&gt;
&lt;P&gt;SW_MUX_CTL_PAD_GPIO_EMC_15 SW MUX Control Register&amp;nbsp;[MUX_MODE] bits with value 0b100 ALT4;&lt;/P&gt;
&lt;P&gt;Please check WICR (watchdog interrupt control register) [WTIS] bit to confirm if WDOG interrupt has occurred or not.&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 06:42:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1706317#M210966</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2023-08-17T06:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1706695#M211001</link>
      <description>&lt;P&gt;WDOG 1 registers (after my blinky LED turns off, which I am relatively confident it the WDOG timing out. After this my debugger breaks at an unknown address)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GUnderdown_0-1692278444368.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236904i031E424E2B8CD866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GUnderdown_0-1692278444368.png" alt="GUnderdown_0-1692278444368.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Register values before timeout:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GUnderdown_1-1692278484145.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236905i49898B96C64B1C38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GUnderdown_1-1692278484145.png" alt="GUnderdown_1-1692278484145.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here are the mux options for the WDOG1 signals, taken from the reference manual&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GUnderdown_2-1692278678758.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236906iB6E16F4BDDE16750/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GUnderdown_2-1692278678758.png" alt="GUnderdown_2-1692278678758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mux Control registers for the above pins:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;IOMUXC_SW_MUX_CTL_PAD_GPIO_AD_B0_14 0x00000007 ALT7&lt;/LI&gt;&lt;LI&gt;IOMUXC_SW_MUX_CTL_PAD_GPIO_AD_B0_03 0x00000002 ALT2&lt;/LI&gt;&lt;LI&gt;IOMUXC_SW_MUX_CTL_PAD_GPIO_EMC_15 0x00000000 ALT0&lt;/LI&gt;&lt;LI&gt;IOMUXC_SW_MUX_CTL_PAD_GPIO_EMC_39 0x00000000 ALT0&lt;/LI&gt;&lt;LI&gt;IOMUXC_SW_MUX_CTL_PAD_GPIO_SD_B0_06 0x00000005 ALT5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are also not planning on using the interrupt, instead we just have a periodic task in FreeRTOS that will service the watchdog. Code for this task is below.&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;	Hardware HW = *((Hardware*)pvParameters);

	HW.WDOGStart();


	HW.Blinky2Set();
	HW.Blinky1Clear();
	const TickType_t xDelay = 1000 / portTICK_PERIOD_MS;
	while(true) {
		HW.WDOGService();
		HW.Blinky1Toggle();
		for(;;);	// temp infinite loop to test wwatchdog
		vTaskDelay( xDelay );
	}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;void Hardware::WDOGService() {
	WDOG_Refresh(WDOG1);
}&lt;/LI-CODE&gt;&lt;P&gt;I have re-verified that there is no output on either GPIO_AD_B0_03, as well as at GPIO_AD_B0_14. Both pins remain at 0V (with some noise) throughout the process.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 14:01:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1706695#M211001</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-08-17T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1707174#M211021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I did a test based &lt;A href="https://mcuxpresso.nxp.com/en/dashboard?" target="_self"&gt;RT1024 SDK&lt;/A&gt; demo [wdog01] with RT10124-EVK board.&lt;/P&gt;
&lt;P&gt;Due to WODG1_ANY using GPIO_AD_B0_14 connects with ENET PHY (ENET_TXD0), I don't test that pad.&lt;/P&gt;
&lt;P&gt;I test WDOG1_B using GPIO_AD_B0_03 pin and remove Jumper J49.&lt;/P&gt;
&lt;P&gt;I make below two changes:&lt;/P&gt;
&lt;P&gt;&amp;lt;pin_mux.c&amp;gt;&amp;nbsp;&lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;BOARD_InitPins&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;) function:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;  IOMUXC_SetPinMux(IOMUXC_GPIO_AD_B0_03_WDOG1_B,1U);  /* GPIO_AD_B0_03 is configured as WDOG1_B */
  IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_03_WDOG1_B, 0xF0B0U); /* Enable pull-up */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;lt;wdog.c&amp;gt;&amp;nbsp;&lt;SPAN&gt;int&lt;/SPAN&gt; &lt;SPAN&gt;main&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;) function line111 add below code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;        config.enableTimeOutAssert = true;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;During the test, I could find WDOG1_B signal was asserted (from high voltage to low voltage) when WDOG1 timeout.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1692327992778.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236985iDF9D93C0DE2920BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1692327992778.png" alt="Hui_Ma_0-1692327992778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 03:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1707174#M211021</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2023-08-18T03:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730551#M213268</link>
      <description>&lt;P&gt;Using the SDK example, I have been able to reproduce that. I was probably forgetting to add in the code to enable the assert of the watchdog into the example code.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 13:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730551#M213268</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-09-27T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730598#M213272</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/14969"&gt;@Hui_Ma&lt;/a&gt;Here's a question though. Whenever the watchdog asserts, the value on the pin doesn't seem to change until I trigger a full POR reset, done by hand by shorting a test point on the reset line to ground.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would expect that, as soon as the CPU wakes up from the watchdog reset, the pin configuration function would reset this line to the "off" state (logic high as I have observed it). This is to say, I see the WDOG1_B signal go low and stay low until POR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to force the external signals to reset as well?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 14:20:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730598#M213272</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-09-27T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1024 Watchdog External Signals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730749#M213290</link>
      <description>&lt;P&gt;Is there a way to clear the external signal through software? Or does it require someone coming up and pressing the reset button?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 19:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1024-Watchdog-External-Signals/m-p/1730749#M213290</guid>
      <dc:creator>GUnderdown</dc:creator>
      <dc:date>2023-09-27T19:20:55Z</dc:date>
    </item>
  </channel>
</rss>

