<?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: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546986#M64255</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Just to confirm this behavior, please try the driver_examples_cop example project from the SDK. You should notice that immediately after getting the COP default config, timeout mode is overwritten (from LongTimeoutMode to ShortTimeoutMode):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_0-1667320916168.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/198774i26836B1D7FA2E1EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EduardoZamora_0-1667320916168.png" alt="EduardoZamora_0-1667320916168.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please, skip/comment/disable this line and test the application selecting kCOP_OscErClock / kCOP_BusClock as clock source.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 16:43:17 GMT</pubDate>
    <dc:creator>EduardoZamora</dc:creator>
    <dc:date>2022-11-01T16:43:17Z</dc:date>
    <item>
      <title>KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1541225#M64191</link>
      <description>&lt;P&gt;I used Watchdog timer in KW36 ble temp sens example. I can successfully use Watchdog if&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define cPWR_UsePowerDownMode           0&lt;/LI-CODE&gt;&lt;P&gt;and clock source as either 'kCOP_LpoClock' or 'kCOP_McgIrClock'.&lt;/P&gt;&lt;P&gt;The COP reset MCU immediately after calling 'COP_Init()' function with source clock as either 'kCOP_OscErClock' or 'kCOP_BusClock' even if powerDownMode enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The COP reset didn't occurred if&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define cPWR_UsePowerDownMode           1&lt;/LI-CODE&gt;&lt;P&gt;with clock source as either 'kCOP_LpoClock' or 'kCOP_McgIrClock'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dafault settings is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;void COP_GetDefaultConfig(cop_config_t *config)
{
    assert(config);

    config-&amp;gt;enableWindowMode = false;
#if defined(FSL_FEATURE_COP_HAS_LONGTIME_MODE) &amp;amp;&amp;amp; FSL_FEATURE_COP_HAS_LONGTIME_MODE
    config-&amp;gt;timeoutMode = kCOP_ShortTimeoutMode;
    config-&amp;gt;enableStop = true;
    config-&amp;gt;enableDebug = true;
#endif /* FSL_FEATURE_COP_HAS_LONGTIME_MODE */
    config-&amp;gt;clockSource = kCOP_BusClock;
    config-&amp;gt;timeoutCycles = kCOP_2Power10CyclesOr2Power18Cycles;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the reference manual i understand i can use any of these clocks. I don't see the reason why i can't use source clock as either 'kCOP_OscErClock' or 'kCOP_BusClock'.&lt;/P&gt;&lt;P&gt;Also in reference manual :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Regardless of the clock selected, the COP is disabled when the chip enters a VLLSx&lt;BR /&gt;mode. Upon a reset that wakes the chip from the VLLSx mode, the COP is reinitialized&lt;BR /&gt;and enabled as for any reset.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then why when module wakes for advertisement it wouldn't get reset?&lt;/P&gt;&lt;P&gt;Please anyone clarify these issues!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 14:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1541225#M64191</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-10-20T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1542092#M64200</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194348"&gt;@nidhintomy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As indicated in the Bluetooth Low Energy Demo Applications User Guide (inside KW36 SDK documentation folder &amp;gt; docs &amp;gt; wireless &amp;gt; Bluetooth), Chapter 5.14 Low Power Temperature Sensor and Collector, the application should switch between LLS and VLLS power modes by default. &lt;STRONG&gt;When sensor starts advertising, the device should enter into gAppDeepSleepMode_c deep-sleep mode (LLS or VLLS).&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;According to the KW36 Reference Manual, Chapter 4.4.11.2 COP watchdog operation and Chapter 8.5 Module Operation in Low Power Modes, COP should be disabled in VLLS mode and kept static in LLS mode.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 17:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1542092#M64200</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-10-21T17:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1543768#M64218</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i understand why COP Watchdog is not working in low power mode.&lt;/P&gt;&lt;P&gt;Could you please explain why COP Watchdog didn't work and immediately resets MCU when using different clock sources (kCOP_OscErClock, kCOP_BusClock )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 06:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1543768#M64218</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-10-28T06:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1544381#M64225</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Just to confirm, COP watchdog does not reset your device when cPWR_UsePowerDownMode is set to 1 and kCOP_LpoClock / kCOP_McgIrClock is selected as clock source, is this correct?&lt;/P&gt;
&lt;P&gt;Please, consider that default Low Power modes in BLE Temperature Sensor example may disable some modules and clocks (for example, MCGIRCLK is disabled in LLS/VLLS mode). Also, if any value other than 0x55 or 0xAA is written to the SRVCOP register, or if a premature write is made to SRVCOP register, the chip may be reset immediately.&lt;/P&gt;
&lt;P&gt;Please, take a look at the KW36 Reference Manual, section&amp;nbsp;4.4.11.2 COP watchdog operation and Chapter 6 Clock distribution for more information on this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 21:28:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1544381#M64225</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-10-26T21:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1544702#M64227</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Just to confirm, COP watchdog does not reset your device when cPWR_UsePowerDownMode is set to 1 and kCOP_LpoClock / kCOP_McgIrClock is selected as clock source, is this correct?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;cPWR_UsePowerDownMode is set to 0.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If kCOP_LpoClock / kCOP_McgIrClock is selected as clock source, COP works fine.&lt;/LI&gt;&lt;LI&gt;If kCOP_OscErClock/ kCOP_BusClock is selected as clock source, COP reset MCU immediately after calling 'COP_Init()' function(Didn't call refresh function).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Why COP module get resets in&amp;nbsp; the 2nd scenario ?&lt;/P&gt;&lt;P&gt;Best Regards, Nidhin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 05:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1544702#M64227</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-10-27T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546489#M64247</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please try selecting&amp;nbsp;kCOP_LongTimeoutMode as timeout mode?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 21:03:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546489#M64247</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-10-31T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546613#M64249</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Tried with kCOP_LongTimeoutMode . But it immediately reset the MCU.&lt;/P&gt;&lt;P&gt;If i am selecting kCOP_2Power10CyclesOr2Power18Cycles as timeoutCycles, then i got first 4 prints in the code given below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        for (uint32_t loopCount = 0U; loopCount &amp;lt; 10U; loopCount++)
        {
            COP_Refresh(SIM);
            PRINTF("COP refresh %d time\r\n", loopCount + 1U);
        }&lt;/LI-CODE&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 05:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546613#M64249</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-11-01T05:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546986#M64255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Just to confirm this behavior, please try the driver_examples_cop example project from the SDK. You should notice that immediately after getting the COP default config, timeout mode is overwritten (from LongTimeoutMode to ShortTimeoutMode):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_0-1667320916168.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/198774i26836B1D7FA2E1EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EduardoZamora_0-1667320916168.png" alt="EduardoZamora_0-1667320916168.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please, skip/comment/disable this line and test the application selecting kCOP_OscErClock / kCOP_BusClock as clock source.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:43:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1546986#M64255</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-11-01T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1547378#M64260</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already tried that. But not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 04:24:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1547378#M64260</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-11-02T04:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1547842#M64264</link>
      <description>&lt;P&gt;Please, skip this part of the code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_1-1667406124872.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/198954i2EDF088C3CBA9418/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EduardoZamora_1-1667406124872.png" alt="EduardoZamora_1-1667406124872.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and try with the following configuration (in main function):&lt;/P&gt;
&lt;PRE&gt;configCop.enableWindowMode = false;&lt;BR /&gt;configCop.timeoutMode = kCOP_LongTimeoutMode;&lt;BR /&gt;configCop.enableStop = false;&lt;BR /&gt;configCop.enableDebug = false;&lt;BR /&gt;configCop.clockSource = kCOP_BusClock;&lt;BR /&gt;configCop.timeoutCycles = kCOP_2Power10CyclesOr2Power18Cycles;&lt;/PRE&gt;
&lt;P&gt;Flash the application and run it without debugging:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_0-1667405899973.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/198953i0D06C4AC3CA1AA52/image-size/large?v=v2&amp;amp;px=999" role="button" title="EduardoZamora_0-1667405899973.png" alt="EduardoZamora_0-1667405899973.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 16:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1547842#M64264</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-11-02T16:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548081#M64265</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your instructions.&lt;/P&gt;&lt;P&gt;My observations are:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;1. It is only work with kCOP_2Power8CyclesOr2Power16Cycles and kCOP_2Power10CyclesOr2Power18Cycles.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;2. Only works with kCOP_LongTimeoutMode.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;3. If the program doesn't contain an while(1) loop or program exit the main() the COP reset mcu&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;4. If there is a while(1) loop or program never exit the main loop, it doesn't reset mcu&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;timeout for Lpo Clock is 2^18cycles or 4.37minutes. But when i tried bus clock with while(1) loop, even after 30 minutes timeout never occured.&lt;/P&gt;&lt;P&gt;I think the kCOP_OscErClock and kCOP_BusClock is not useful in COP watchdog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 06:28:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548081#M64265</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-11-03T06:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548396#M64266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please, take a look at the KW36 Reference Manual, Section 4.4.11.2 COP watchdog operation. Table 4-24 summarizes the control functions for some SIM_COPC fields and the available configuration options for COP.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 15:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548396#M64266</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-11-03T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 Watchdog having problem in Low Power Mode and Different Source Clocks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548697#M64269</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked onto that table. But that table doesn't explain why those 2 clocks behavior like that. That also didn't explain why it is works in only long timeout (only 2^16 cycles and 2^18 cycles).&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 06:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW36-Watchdog-having-problem-in-Low-Power-Mode-and-Different/m-p/1548697#M64269</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-11-04T06:26:52Z</dc:date>
    </item>
  </channel>
</rss>

