<?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: VLLS0 mode for KL03 in KSDK v1.2</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446724#M2992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Isaac,&lt;/P&gt;&lt;P&gt;back at work and sorry for the long time elapsed.&lt;/P&gt;&lt;P&gt;Thanks for your answer, but unfortunately none of your VLLS0_... version and my KL03... version modified as suggested puts the mcu in deep sleep. The only difference I noted is you are using an external oscillator while I use the internal one.&lt;/P&gt;&lt;P&gt;When running, the WFI instruction is executed, at once debugger connection is lost and processor resets as if there was some interrupt pending and this cycle repeats for again (through reset). I also tried to disable the LLWU_P4, gòobaò interrupt and reset pin in PE component but without change.&lt;/P&gt;&lt;P&gt;Any idea? Thanks, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 13:37:00 GMT</pubDate>
    <dc:creator>Lupo</dc:creator>
    <dc:date>2015-09-01T13:37:00Z</dc:date>
    <item>
      <title>VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446721#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, despite a lot of tries I am unable to set the VLLS0 mode of a KL03 mcu using the KSDK v1.2 peripheral drivers in KDS v3.0.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached project is reduced to a strict minimum for testing: only a led and a switch for awakening from VLSS0. When debugging, after the instructions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER_SYS_ClearWakeupPinFlag(kPowerManagerWakeupPin4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER_SYS_SetMode(0, kPowerManagerPolicyForcible);&lt;/P&gt;&lt;P&gt;the code execution can be followed till the mode switch of the "__WFI();" instruction in the HAL component, then the J-Link debugger is suspended at 0X0 but the current supply remains the same indicating that the internal osc is still running. This could mean that there is an interrupt loop, but the LLWu external pin has no influence on it nor the flag clear in the handler:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; void LLWU_IRQHandler(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Write your code here. For example clear LLWU wake up flags ... */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER_SYS_ClearWakeupPinFlag(kPowerManagerWakeupPin4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I feel as if I am missing something, but unfortunately the AN and documentation I found were not very helpful. Can someone help me please?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338811"&gt;KL03-VLLS0-test.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2015 13:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446721#M2989</guid>
      <dc:creator>Lupo</dc:creator>
      <dc:date>2015-07-26T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446722#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldn't use the debugger when testing/developing low leakage modes since there are conflicts with the debugger; it is best to test such things on the stand-alone hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that wake up from VLLS0 and a wakeup port is via a RESET so there is no interrupt that is handled at wake up - &lt;EM&gt;but the interrupt will be pending after the reset&lt;/EM&gt;. The easiest way of detecting that it was a reset due to wakeup is to check the reset controller, which will signal it as a wakeup source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the uTasker FRDM-KL03Z project build (with low power support) as reference. If you have this board you can load the binary to it and test low power modes in the "Administration" menu that appears on the virtual COM port at 19200 Baud (a low speed baud is used because there is a big capacitor on the Rx input).&lt;/P&gt;&lt;P&gt;There are some notes on LLWU at &lt;A href="http://www.utasker.com/kinetis/LLWU.html" rel="nofollow noopener noreferrer" title="http://www.utasker.com/kinetis/LLWU.html" target="_blank"&gt;µTasker LLWU Support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a test:&lt;/P&gt;&lt;P&gt;1. The Admin menu - "show_lp" shows the low power settings that can be commanded&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14379525538648681 jive_text_macro" data-renderedposition="281_8_1232_416" jivemacro_uid="_14379525538648681" modifiedtitle="true"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Admin. menu&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;up&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; go to main menu&lt;/P&gt;&lt;P&gt;show_config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show configuration&lt;/P&gt;&lt;P&gt;show_time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display date/time&lt;/P&gt;&lt;P&gt;set_time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set time hh:mm:ss&lt;/P&gt;&lt;P&gt;set_date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set Date dd:mm:yyyy&lt;/P&gt;&lt;P&gt;show_alarm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display alarm d/t&lt;/P&gt;&lt;P&gt;set_alarm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set alarm (date)(+)[time]&lt;/P&gt;&lt;P&gt;del_alarm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Delete alarm&lt;/P&gt;&lt;P&gt;show_lp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show low power mode and options&lt;/P&gt;&lt;P&gt;set_lp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [option] Set low power mode&lt;/P&gt;&lt;P&gt;reset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reset device&lt;/P&gt;&lt;P&gt;last_rst&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reset cause&lt;/P&gt;&lt;P&gt;help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display menu specific help&lt;/P&gt;&lt;P&gt;quit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leave command mode&lt;/P&gt;&lt;P&gt;show_lp&lt;/P&gt;&lt;P&gt;0 = RUN&lt;/P&gt;&lt;P&gt;1 = WAIT [active]&lt;/P&gt;&lt;P&gt;2 = STOP&lt;/P&gt;&lt;P&gt;3 = VLPR&lt;/P&gt;&lt;P&gt;4 = VLPS&lt;/P&gt;&lt;P&gt;5 = LLS&lt;/P&gt;&lt;P&gt;6 = VLLS0&lt;/P&gt;&lt;P&gt;7 = VLLS1&lt;/P&gt;&lt;P&gt;8 = VLLS3&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Command the VLLS0 mode with "set_lp 6"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The LED will stop blinking and the LLWU switch can be pressed to cause awakeup via reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In the Admin menu the command "last_rsr" now shows the status&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Last reset cause = Wakeup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;showing that it was a wakeup reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" rel="nofollow noopener noreferrer" title="http://www.utasker.com/kinetis.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL03: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL03Z.html" rel="nofollow noopener noreferrer" title="http://www.utasker.com/kinetis/FRDM-KL03Z.html" target="_blank"&gt;µTasker FRDM-KL03Z support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2015 23:24:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446722#M2990</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-07-26T23:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446723#M2991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the problem on your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is still left to enable VLLS modes on SMC_PMPROT register. (On reference manual, see section 15.4.1 Power Mode Protection register) and also, restore peripherals I/O (because there are latched when being in VLLS mode), this is done by clearing ACKISO flag in PMC_REGSC register (section 16.5.3 Regulator Status and Control register).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should add fsl_pmc_hal and fsl_smc_hal components to your project:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="SMC and PMC components.jpg"&gt;&lt;IMG alt="SMC and PMC components.jpg" src="https://community.nxp.com/t5/image/serverpage/image-id/54259iF0BF75AB52DA0BAA/image-size/large?v=v2&amp;amp;px=999" title="SMC and PMC components.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Generate code for being able to use PMC_HAL_GetAckIsolation() and SMC_HAL_SetProtection() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you need to recover the I/O peripherals when entering from RESET and after that, you need to allow VLLS mode, it is done just after entering main function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1438634175824394" data-renderedposition="492.04998779296875_8_1232_496" jivemacro_uid="_1438634175824394"&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; /* Write your local variable definition here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; uint32_t timerDly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (PMC_HAL_GetAckIsolation(PMC_BASE_PTR) != 0) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PMC_HAL_ClearAckIsolation(PMC_BASE_PTR);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SMC_HAL_SetProtection(SMC_BASE_PTR,kAllowPowerModeVlls);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/&lt;/P&gt;&lt;P&gt;&amp;nbsp; PE_low_level_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** End of Processor Expert internal initialization.&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;&amp;nbsp;&amp;nbsp; ***/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Write your code here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* For example: for(;;) { } */&lt;/P&gt;&lt;P&gt;&amp;nbsp; for(;;) {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // led blink&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_ClearPinOutput(GPIOledV); // on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timerDly = timerRef + 500;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (timerRef &amp;lt; timerDly) ; // wait&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_SetPinOutput(GPIOledV); // off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // go low power&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER_SYS_ClearWakeupPinFlag(kPowerManagerWakeupPin4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER_SYS_SetMode(0, kPowerManagerPolicyForcible);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After compiling and running your project, I could be able to switch to VLLS0 mode and then return to RUN mode by resetting the board using LLWU_P4.&lt;/P&gt;&lt;P&gt;I attach project that i used to test your code (to test in FRDM-KL03Z board) , it may be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;I needed to switch CPU to MKL03Z32VFK4 (and GPIO output) in order to be compatible with FRDM-KL03Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try adding these changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac Avila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446723#M2991</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2020-11-02T13:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446724#M2992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Isaac,&lt;/P&gt;&lt;P&gt;back at work and sorry for the long time elapsed.&lt;/P&gt;&lt;P&gt;Thanks for your answer, but unfortunately none of your VLLS0_... version and my KL03... version modified as suggested puts the mcu in deep sleep. The only difference I noted is you are using an external oscillator while I use the internal one.&lt;/P&gt;&lt;P&gt;When running, the WFI instruction is executed, at once debugger connection is lost and processor resets as if there was some interrupt pending and this cycle repeats for again (through reset). I also tried to disable the LLWU_P4, gòobaò interrupt and reset pin in PE component but without change.&lt;/P&gt;&lt;P&gt;Any idea? Thanks, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446724#M2992</guid>
      <dc:creator>Lupo</dc:creator>
      <dc:date>2015-09-01T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446725#M2993</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;sorry for the late answer and thanks for your time.&lt;/P&gt;&lt;P&gt;At the present time I will not try your way as i intend to deepen my practice of KSDK and PEx.&lt;/P&gt;&lt;P&gt;Regards, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:46:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446725#M2993</guid>
      <dc:creator>Lupo</dc:creator>
      <dc:date>2015-09-01T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446726#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still working on your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is hard to understand what is happening, I will try to modify my example project to use internal reference to verify if this is causing your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will thank your patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 14:32:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446726#M2994</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2015-09-03T14:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446727#M2995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Isaac, for sure I'll wait ;-)&lt;/P&gt;&lt;P&gt;Best regards, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:31:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446727#M2995</guid>
      <dc:creator>Lupo</dc:creator>
      <dc:date>2015-09-07T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: VLLS0 mode for KL03 in KSDK v1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446728#M2996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the errata on the KL03.&lt;/P&gt;&lt;P&gt;On reset the TIF flag in the RTC is set indicating that the RTC has an invalid time. When this flag is set the part has issues entering low power mode.&lt;/P&gt;&lt;P&gt;Clearing this flag allowed my design to finally enter sleep mode.&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 22:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/VLLS0-mode-for-KL03-in-KSDK-v1-2/m-p/446728#M2996</guid>
      <dc:creator>brianhead</dc:creator>
      <dc:date>2015-11-05T22:19:32Z</dc:date>
    </item>
  </channel>
</rss>

