<?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 Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes. in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509812#M5212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm using KDS v3.2.0 and SDK 1.3.0. Targeting a K22. I'm trying to go between HSRUN, RUN and VLPR modes using the fsl_clock_manager PEx component. I have also tried using the fsl_power_manager to set the power to the appropriate state before changing the clock but have not had any success. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an example available, or could someone please cook one up, that shows how to transition between these states using the above components? Thanks in advance for your help!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2016 21:10:44 GMT</pubDate>
    <dc:creator>marks</dc:creator>
    <dc:date>2016-03-28T21:10:44Z</dc:date>
    <item>
      <title>Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509812#M5212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm using KDS v3.2.0 and SDK 1.3.0. Targeting a K22. I'm trying to go between HSRUN, RUN and VLPR modes using the fsl_clock_manager PEx component. I have also tried using the fsl_power_manager to set the power to the appropriate state before changing the clock but have not had any success. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an example available, or could someone please cook one up, that shows how to transition between these states using the above components? Thanks in advance for your help!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 21:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509812#M5212</guid>
      <dc:creator>marks</dc:creator>
      <dc:date>2016-03-28T21:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509813#M5213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;Under the KSDK1.3,&amp;nbsp; there is a power manager demo ,&lt;/P&gt;&lt;P&gt;even though it without PE, while the function is the same, i think you can refer to.&lt;/P&gt;&lt;P&gt;KSDK_1.3.0\examples\frdmk22f\demo_apps\power_manager_hal_demo\kds &lt;/P&gt;&lt;P&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>Tue, 29 Mar 2016 05:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509813#M5213</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-03-29T05:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509814#M5214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I am having the exact problem. I do not think PE fully supports the fsl_clock_manager. One problem seems to be with the clockConfigNunber it is not the same as the number of configurations set up in PE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has been successful using PE to set up more than 1 clock configuration please advise how to,&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509814#M5214</guid>
      <dc:creator>randenewberry</dc:creator>
      <dc:date>2016-03-29T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509815#M5215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Thank you, that is helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those reading this and about to break out their FRDM-K22F board it is helpful to know that the console uart signals come out on J2-18 (UART1_TX) and J2-20 (UART1_RX). Set Baud to **9600**.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rande, Regarding the clockConfigNumber missing. I did find a config box labeled "Configuration structures generation".&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/26194i42263D7CA0B4ACE2/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;Without that being checked nothing is generated as far as the various clock configs as best I can tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 16:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509815#M5215</guid>
      <dc:creator>marks</dc:creator>
      <dc:date>2016-03-29T16:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Example PEx project that hows how to transition between HSRUN, RUN, and VLPR modes.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509816#M5216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, the config number is correct now. next problem is how to get in the BLPI mode. When I select this and build code, the generated code is using the .mcg_mode = kMcgModePEE, /*!&amp;lt; PEE mode */&lt;/P&gt;&lt;P&gt;Odd thing is this mode is not even available on the MK02 processor I'm using..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 17:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Example-PEx-project-that-hows-how-to-transition-between-HSRUN/m-p/509816#M5216</guid>
      <dc:creator>randenewberry</dc:creator>
      <dc:date>2016-03-29T17:48:04Z</dc:date>
    </item>
  </channel>
</rss>

