<?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: K02 Enter VLLS3 Power Consumption Question?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400839#M22239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi herol,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you test your power consumption, did you still connect the debugger or programmer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you download the code to your chip, power off and remove your debugger, then power on again and&amp;nbsp; test the power consumtion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If still not ok, try to change the clock mode to BLPI, use the internal clock, and disable the OSC module, then enter in VLLS3 and test the power consumption, to check whether this is the same as the power consumption which datasheet defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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>Fri, 29 May 2015 06:09:23 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2015-05-29T06:09:23Z</dc:date>
    <item>
      <title>K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400836#M22236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;When i enter vlls3 mode , i&amp;nbsp; measure power comsumption&amp;nbsp; 2xx uA (i use external osc 32768hz), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;Where am i setting wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;IC:&amp;nbsp; MK02FN64VFM10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;Environment: IAR 7,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;My code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/* Including needed modules to compile this module/procedure */&lt;/P&gt;&lt;P&gt;#include "Cpu.h"&lt;/P&gt;&lt;P&gt;#include "Events.h"&lt;/P&gt;&lt;P&gt;#include "pin_init.h"&lt;/P&gt;&lt;P&gt;#include "osa1.h"&lt;/P&gt;&lt;P&gt;#if CPU_INIT_CONFIG&lt;/P&gt;&lt;P&gt;&amp;nbsp; #include "Init_Config.h"&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;/* User includes (#include below this line is not maintained by Processor Expert) */&lt;/P&gt;&lt;P&gt;#define SYS_CLOCK 23986176&lt;/P&gt;&lt;P&gt;void SYS_Init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; OSC_CR = 0xA0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C1 = 0x0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C2 = 0x06; //&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C4 = 0X80; //32768*732 = 23986176&amp;nbsp; SYSTEM CLOCK&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C6 = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C7 = 1; //&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCG_C8 = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SOPT1 &amp;amp;= ~(3&amp;lt;&amp;lt;18);&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SCGC4 = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SCGC5 = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SCGC7 = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WDOG_STCTRLH = 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;void ENTER_VLLS3(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; volatile unsigned int dummyread;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SMC_PMPROT = SMC_PMPROT_AVLLS_MASK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /* Set the STOPM field to 0b100 for VLLS3 mode */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SMC_PMCTRL &amp;amp;= ~SMC_PMCTRL_STOPM_MASK; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SMC_PMCTRL |=&amp;nbsp; SMC_PMCTRL_STOPM(0x4); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCB-&amp;gt;SCR &amp;amp;= (unsigned int)~(unsigned int)(SCB_SCR_SLEEPONEXIT_Msk);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SCB-&amp;gt;SCR |= SCB_SCR_SLEEPDEEP_Msk;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; SMC_STOPCTRL = 0x03;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /*wait for write to complete to SMC before stopping core */&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; dummyread = SMC_PMCTRL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /* Now execute the stop instruction to go into LLS */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; //stop();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; asm("WFI");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;/*lint -save&amp;nbsp; -e970 Disable MISRA rule (6.3) checking. */&lt;/P&gt;&lt;P&gt;int main(void)&lt;/P&gt;&lt;P&gt;/*lint -restore Enable MISRA rule (6.3) checking. */&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; unsigned int i;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PE_low_level_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp; for(i = 0 ; i &amp;lt; 1000000; i++);&lt;/P&gt;&lt;P&gt;&amp;nbsp; SYS_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENTER_VLLS3();&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; #ifdef PEX_RTOS_START&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PEX_RTOS_START();&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; /* Startup of the selected RTOS. Macro is defined by the RTOS component. */&lt;/P&gt;&lt;P&gt;&amp;nbsp; #endif&lt;/P&gt;&lt;P&gt;&amp;nbsp; for(;;){}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;Electric circuit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35225iC1F957B8FACC80D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:15:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400836#M22236</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-05-27T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400837#M22237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Before you enter in the VLLSx, you can change your clock mode to BLPI, and disable the OSC module, because OSC module also have large power consumption:&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/51768i63D5F9F2003F838F/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;&amp;nbsp; Besides this, where the current point you are measuring your power consumption, did this point just contain the MCU power consumption, no other external circuit power consumption?&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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, 28 May 2015 03:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400837#M22237</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-05-28T03:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400838#M22238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jinjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; I have tried to change to BLPE then into VLLS MODE, but get the same current consumption .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSC Module in low-power mode power consumption is 500nA, but I measured the amount is too much difference .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp; Yes, no other external circuitry. I would like to test the power consumption , so do not add any circuit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 05:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400838#M22238</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-05-28T05:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400839#M22239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi herol,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you test your power consumption, did you still connect the debugger or programmer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you download the code to your chip, power off and remove your debugger, then power on again and&amp;nbsp; test the power consumtion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If still not ok, try to change the clock mode to BLPI, use the internal clock, and disable the OSC module, then enter in VLLS3 and test the power consumption, to check whether this is the same as the power consumption which datasheet defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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>Fri, 29 May 2015 06:09:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400839#M22239</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-05-29T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400840#M22240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If connect the debugger or no power off , the power consumption will be &lt;STRONG&gt;mA.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt; I try to change the colock mode to BLPI, and disable the OSC module ,then enter in VLLS3,&amp;nbsp; power consumption is the same 2xx~3xx uA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (I've used different PCB and different ic, but the results are the same)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried using KDS 3.0,&amp;nbsp;&amp;nbsp; "statement with no effect" message in wfi instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 03:20:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400840#M22240</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-05-31T03:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400841#M22241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone actually measured the power consumption of &lt;STRONG&gt;k02&lt;/STRONG&gt; and provide examples it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 03:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400841#M22241</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-05-31T03:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400842#M22242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi herol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please use my K02 project, and test the power consumption on your board, because I don't have the K02 board.&lt;/P&gt;&lt;P&gt;I create the K02 barebone&amp;nbsp; KDS project, and enter VLLS3, I test on my K22 board, it can enter in the VLLS3, and the power consumption is same as the datasheet, just about 4 uA.&lt;/P&gt;&lt;P&gt;I can make sure my code can enter VLLS3 successfully, you can try it, and tell me your power consumption, if it is still very higher , it maybe caused by the hardware.&lt;/P&gt;&lt;P&gt;When you test the power consumption, please take off your debugger from your board, and repower on the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your test result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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>Mon, 01 Jun 2015 07:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400842#M22242</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-06-01T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400843#M22243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use your KDS project 、 remove debug tool and repower to get power consumption 3.7uA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I creat new Processor Expert project (using the same code)、 remove debug tool and&amp;nbsp; repower to get power consumption is 2XXuA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a question , how to creat&amp;nbsp; a no Processor Expert projcet for IAR or how to reduce power consumption in a &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processor Expert projcet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;herol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 03:43:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400843#M22243</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-02T03:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400844#M22244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but I'm a newbie. What do you programmer use for MKL02?. I don't know which to buy. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:44:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400844#M22244</guid>
      <dc:creator>hnicolasg</dc:creator>
      <dc:date>2015-06-02T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400845#M22245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use KDS compiling and debugging of your designs. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KDS website : &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE&amp;amp;fsrch=1" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE&amp;amp;fsrch=1"&gt;Kinetis Design Studio Integrated Development |Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to buy development platform for kl02 can refer to the following website :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL02Z&amp;amp;cof=0&amp;amp;am=0&amp;amp;nodeId=012FC898C9E3EC&amp;amp;tab=Buy_Parametric_Tab&amp;amp;fromSearch=false&amp;amp;uc=true&amp;amp;lang_cd=en" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL02Z&amp;amp;cof=0&amp;amp;am=0&amp;amp;nodeId=012FC898C9E3EC&amp;amp;tab=Buy_Parametric_Tab&amp;amp;fromSearch=false&amp;amp;uc=true&amp;amp;lang_cd=en"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Freescale Freedom Development Platform for th|Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23011iCEEC2192BC6F0D3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;herol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400845#M22245</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-02T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400846#M22246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Hero !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400846#M22246</guid>
      <dc:creator>hnicolasg</dc:creator>
      <dc:date>2015-06-02T17:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400847#M22247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;herol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400847#M22247</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-03T07:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400848#M22248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi herol，&lt;/P&gt;&lt;P&gt; Could you tell me the PE project which still have 2xxuA with what IDE?&amp;nbsp; KDS&amp;nbsp; PE project or just use Processor expert for IAR project with out KDS?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400848#M22248</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-06-03T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400849#M22249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use PEMICRO MULTILINK UNIVERSAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I creat a project and select Processor Expert&amp;nbsp; the power consumption is 2xxuA.(KDS 3.0)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I creat a project and no choose Processor Expert&amp;nbsp; the power consumption is 3.7uA.(KDS 3.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35667iDE115C7B8616F82E/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But now I do not know which option to set the resulting PE project enters debug mode will have an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35740iEB4E7C7B4F66C4B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.jpg" alt="4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35795i2F2F8F30CE4A2E90/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.jpg" alt="5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;herol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:41:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400849#M22249</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-03T10:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400850#M22250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi herol,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I still find the PE project have higher power consumption, but I still didn't find which code caused it, I am still finding it, when I find the problem, I will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your question of downloading maybe caused by the low power mode, you can choose the mass erase on connect an try again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 07:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400850#M22250</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-06-04T07:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400851#M22251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expect you to quickly find the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I found the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; PE project enters debug mode will have an error message,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but non-&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;PE project is ok.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;herol&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 08:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400851#M22251</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-04T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400852#M22252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you build the PE project, any error in the problems window?&lt;/P&gt;&lt;P&gt;You should make sure no error before downloading.&lt;/P&gt;&lt;P&gt;Besides, if still not ok, you can try to create a new PE project, and download the code again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 08:18:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400852#M22252</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-06-04T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400853#M22253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No any error.&lt;/P&gt;&lt;P&gt;I tried many times to go to create a new PE project, and also re-install KDS, but the problem still exists .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 08:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400853#M22253</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-04T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400854#M22254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I change the cpu type pinmuxs have a error, then to click switch configuration can be solved , in addition there is no other error message.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28349iC5DE05C2C7787EF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28847iADB23ED0AB3583A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.jpg" alt="4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400854#M22254</guid>
      <dc:creator>herol</dc:creator>
      <dc:date>2015-06-04T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: K02 Enter VLLS3 Power Consumption Question?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400855#M22255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; About the cpu type change error, just like your picture, click switch configuration, then generate the code again and build, the error will be disappeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; About the PE project download problem, because I don't have K02 , I can't try it, I just try it on my K22, it can use PE multilink to download the code both in barebone project and PE project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K02-Enter-VLLS3-Power-Consumption-Question/m-p/400855#M22255</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-06-04T09:22:33Z</dc:date>
    </item>
  </channel>
</rss>

