<?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>Kinetis Software Development Kit中的主题 Re: LLS and Watchdog</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467401#M3640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Voider,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , you are right ,&lt;/P&gt;&lt;P&gt;the COP counter does not increment while the&lt;/P&gt;&lt;P&gt;microcontroller is in debug mode or while the system is in stop (including VLPS or LLS)&lt;/P&gt;&lt;P&gt;mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which chip do you used ?&lt;/P&gt;&lt;P&gt;You can check the Reference manual of your chip , for example the chip of&amp;nbsp; KL25 ,&lt;/P&gt;&lt;P&gt;from the reference manual , the part of this :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.4.10 Computer Operating Properly (COP) Watchdog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53388i08FB8FDD80B2C0FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 09:51:20 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2016-02-18T09:51:20Z</dc:date>
    <item>
      <title>LLS and Watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467400#M3639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m making some tests and as I can see looks like watchdog stop to run when I enter in LLS mode.&lt;/P&gt;&lt;P&gt;Is that right or I´m doing something wrong?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my configuration is &lt;/P&gt;&lt;PRE class="c++" name="code"&gt; const wdog_config_t watchdog1_InitConfig0 = { &amp;nbsp; .wdogEnable = true, &amp;nbsp; .clksrc=kWdogLpoClkSrc, &amp;nbsp; .prescaler = kWdogClkPrescalerDivide1, &amp;nbsp; .workMode.kWdogEnableInWaitMode = true, &amp;nbsp; .workMode.kWdogEnableInStopMode = true, &amp;nbsp; .workMode.kWdogEnableInDebugMode = false, &amp;nbsp; .updateEnable = true, &amp;nbsp; .intEnable = false, &amp;nbsp; .winEnable = false, &amp;nbsp; .windowValue = 0U, &amp;nbsp; .timeoutValue = 2048U, };&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 19:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467400#M3639</guid>
      <dc:creator>voider</dc:creator>
      <dc:date>2016-02-17T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: LLS and Watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467401#M3640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Voider,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , you are right ,&lt;/P&gt;&lt;P&gt;the COP counter does not increment while the&lt;/P&gt;&lt;P&gt;microcontroller is in debug mode or while the system is in stop (including VLPS or LLS)&lt;/P&gt;&lt;P&gt;mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which chip do you used ?&lt;/P&gt;&lt;P&gt;You can check the Reference manual of your chip , for example the chip of&amp;nbsp; KL25 ,&lt;/P&gt;&lt;P&gt;from the reference manual , the part of this :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.4.10 Computer Operating Properly (COP) Watchdog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53388i08FB8FDD80B2C0FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:51:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467401#M3640</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-02-18T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: LLS and Watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467402#M3641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I´m using K64 processor and the manual where I´m trying to find some information is:&lt;/P&gt;&lt;P&gt;Document Number: K64P144M120SF5RM Rev. 2, January 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information that I found is that I can use LPO and LPO stay active in LLS mode, so I think watchdog will stay active also.&lt;/P&gt;&lt;P&gt;And In 24.3.36 says that watchdog still run in stop but take twice as expected time to fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.7.1 PMC 1-kHz LPO clock&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Power Management Controller (PMC) generates a 1-kHz clock that is enabled in all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;modes of operation, including all low power modes. This 1-kHz source is commonly&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;referred to as LPO clock or 1-kHz LPO clock.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 7-2. Module operation in low power modes (continued)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modules Stop VLPR VLPW VLPS LLS VLLSx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1kHz LPO ON ON ON ON ON ON in VLLS1/2/3, OFF in VLLS0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;24.3.6 Low-power modes of operation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stop Where the bus clock is gated, the WDOG can run only on low-power oscillator clock&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(CLK_SRC=0) if it is enabled in stop (STOP_EN=1). In this case, the WDOG runs to time-out&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;twice, and then generates a reset from its backup circuitry. Therefore, if you program the&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;watchdog to time-out after 100 ms and then enter such a stop mode, the reset will occur after&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;200 ms. Also, in this case, no interrupt will be generated irrespective of the value of&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IRQ_RST_EN bit. After WDOG reset, the WDOG reset counter will also not increment.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not found anything about LLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think watchdog in K64 will not work in LLS&amp;nbsp; like KL25 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467402#M3641</guid>
      <dc:creator>voider</dc:creator>
      <dc:date>2016-02-18T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: LLS and Watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467403#M3642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Vioder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No,&amp;nbsp; when the K64 chip in LLS mode , the WDOG will not work .&lt;/P&gt;&lt;P&gt;Please see here at your RM:&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53462i26A92D45554AFF22/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LLS-and-Watchdog/m-p/467403#M3642</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-02-18T11:30:44Z</dc:date>
    </item>
  </channel>
</rss>

