<?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: OS Time Change after coming out from SleepMode in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1349172#M61610</link>
    <description>&lt;P&gt;Hi somesh:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you refer to below post: WFI instruction slowing down systick interrupt.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://electronics.stackexchange.com/questions/186409/wfi-instruction-slowing-down-systick-interrupt" target="_blank"&gt;https://electronics.stackexchange.com/questions/186409/wfi-instruction-slowing-down-systick-interrupt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/Problem-with-Systick-after-WFI-on-a-RT1062/m-p/861306" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/Problem-with-Systick-after-WFI-on-a-RT1062/m-p/861306&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 13:51:37 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2021-09-30T13:51:37Z</dc:date>
    <item>
      <title>OS Time Change after coming out from SleepMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1323839#M61230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using&amp;nbsp;MK20FX512VMD12 controller in our project.&lt;/P&gt;&lt;P&gt;To save power consumption we are switching into Low Power Mode when no activities need to be performed.&lt;BR /&gt;Issue here is I added a 2sec OS time delay after entering deepsleep, but it is taking almost 8times more than the expected, where as the same delay works exactly same as expected in normal mode.&lt;BR /&gt;While looking at the reference manual it is mentioned that, LPBOOT bi in&amp;nbsp;flash option register controls the reset value of OUTDIVx values in SIM_CLKDIV1 register.&lt;BR /&gt;System Clock Divider Register 1 description says&amp;nbsp;&lt;BR /&gt;OUTDIV1 - This field sets the divide value for the core/system clock. At the end of reset, it is loaded with either 0000&amp;nbsp;or 0111 depending on FTFE_FOPT[LPBOOT]. Also,&amp;nbsp;flash option register is read only, can I assume that LPBOOT bit will be updated by the controller depending on the mode of exit.&lt;/P&gt;&lt;P&gt;But in my code I am setting&amp;nbsp;OUTDIV1 value as 0, will it be overwritten by the controller when it exits from LowPower mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see&amp;nbsp;&lt;A href="https://community.nxp.com/t5/forums/editpage/board-id/kinetis/message-id/61228" target="_blank"&gt;https://community.nxp.com/t5/forums/editpage/board-id/kinetis/message-id/61228&lt;/A&gt;&amp;nbsp;for more details.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Venkata&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 09:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1323839#M61230</guid>
      <dc:creator>somesh_malla</dc:creator>
      <dc:date>2021-08-17T09:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: OS Time Change after coming out from SleepMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1324086#M61243</link>
      <description>&lt;P&gt;When I took the RTC values before and after the intended 2sec delay, the difference was 15sec against the expected 2sec delay.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 20:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1324086#M61243</guid>
      <dc:creator>somesh_malla</dc:creator>
      <dc:date>2021-08-16T20:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: OS Time Change after coming out from SleepMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1349172#M61610</link>
      <description>&lt;P&gt;Hi somesh:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you refer to below post: WFI instruction slowing down systick interrupt.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://electronics.stackexchange.com/questions/186409/wfi-instruction-slowing-down-systick-interrupt" target="_blank"&gt;https://electronics.stackexchange.com/questions/186409/wfi-instruction-slowing-down-systick-interrupt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/Problem-with-Systick-after-WFI-on-a-RT1062/m-p/861306" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/Problem-with-Systick-after-WFI-on-a-RT1062/m-p/861306&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:51:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/OS-Time-Change-after-coming-out-from-SleepMode/m-p/1349172#M61610</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-09-30T13:51:37Z</dc:date>
    </item>
  </channel>
</rss>

