<?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 MicrocontrollersのトピックRe: K82 : change power modes RUN &amp;lt;-&amp;gt; VLPR</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938939#M54313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all peripherals what are clocked from System/Bus clock , no need any attention if they able to work with reduced clock.&lt;/P&gt;&lt;P&gt;Their internals easy adopt any clock if it in expected range.&lt;/P&gt;&lt;P&gt;Others might need to change clock source and require full reinitialization for keep own clock at expected value, for example I2C should continue with 100Khz speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2019 07:45:16 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2019-09-06T07:45:16Z</dc:date>
    <item>
      <title>K82 : change power modes RUN &lt;-&gt; VLPR</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938935#M54309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK example clearly demonstrate how&amp;nbsp;power mode should be changes.&lt;/P&gt;&lt;P&gt;But it is not clear what kind of manipulation should be done for re initialization of peripherals&amp;nbsp; becouse clocking scheme might change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in case of I2c/UART it might need full initialisation for be able to keep the same baudrate becouse clocking frequency can change ( depends from clock source ) and new divider should be calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some peripherals like LTC,TRNG use bus/system clock and if I understand peripherals&amp;nbsp; itself should be disabled/enabled for moment of transition even it is not used while transition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any Application note and other&amp;nbsp;recomendations&amp;nbsp; exists for&amp;nbsp; &amp;nbsp;handle RUN&amp;lt;--&amp;gt;VLPR transit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 06:32:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938935#M54309</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-09-03T06:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : change power modes RUN &lt;-&gt; VLPR</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938936#M54310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;Please read AN4503 for power management. Different devices and different peripheral has different requirement. Yes, some times there isn't low power working example for each peripheral. You have to adjust the clock and settings according to RM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 02:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938936#M54310</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-09-04T02:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : change power modes RUN &lt;-&gt; VLPR</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938937#M54311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is clear situation about actual code what should be used to switch between modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But should I do something with peripherals what clocked directly from System/Bus clock.&lt;/P&gt;&lt;P&gt;If clock is change to 120 to 4Mhz they should continue to run with lower performance ( for example LTC, TRNG, QSPIO)&lt;/P&gt;&lt;P&gt;or for avoid any stall situation I should disable/enable peripheral ( or their clock) while transition to/from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 08:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938937#M54311</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-09-05T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : change power modes RUN &lt;-&gt; VLPR</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938938#M54312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;I think to those communication and timer peripherals, if their clock source is system/bus clock, you should change their clock setting. For those peripherals like LTC or TRNG, you needn't change clock setting. They are not timing sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 07:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938938#M54312</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-09-06T07:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : change power modes RUN &lt;-&gt; VLPR</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938939#M54313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all peripherals what are clocked from System/Bus clock , no need any attention if they able to work with reduced clock.&lt;/P&gt;&lt;P&gt;Their internals easy adopt any clock if it in expected range.&lt;/P&gt;&lt;P&gt;Others might need to change clock source and require full reinitialization for keep own clock at expected value, for example I2C should continue with 100Khz speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 07:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-change-power-modes-RUN-lt-gt-VLPR/m-p/938939#M54313</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-09-06T07:45:16Z</dc:date>
    </item>
  </channel>
</rss>

