<?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: Entering into VLPS mode is abandoned</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682704#M42017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jieqiu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, if you enable the ADC module, of course it will cause more power consumption, from the datasheet, you also can find it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/6486i2CA81D3A829E824D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable the ADC module.&lt;/P&gt;&lt;P&gt;Please also disable these register:&lt;/P&gt;&lt;P&gt;ADCx_SC1n[ADCH]=11111.&lt;/P&gt;&lt;P&gt;SIM_SCGC6[ADC0]=0.&lt;/P&gt;&lt;P&gt;Then try it again.&lt;/P&gt;&lt;P&gt;Any question, just let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Tue, 01 Aug 2017 02:04:52 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2017-08-01T02:04:52Z</dc:date>
    <item>
      <title>Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682701#M42014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem when the power mode gets into VLPS. i found the STOPA bit is set somehow, even if I disabled all the interrupts. I am using a KL03 mcu. It seems that the stop mode is abandoned after this. The code is running at 2MHz with low power uart enabled, and the power consumption is about 200uA. I read some of the questions being asked, it seems the e8068 RTC mask issue. i tried disable it but nothing changed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:43:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682701#M42014</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-07-25T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682702#M42015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HelloJieqiu,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. Clear time invalid flag of RTC before entering low power mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just like what you have said that e8068, add the workaroud.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5830iF913C926841D2AA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Did you disable the global interrupt and make sure your NMI is stable.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please add 4.7K to 10K external pull up resistor in the NMI pin, because the internal pull up is weak.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5906i8AF98701670F1D7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So you need to make sure, no interrupt and reset happens. watchdog also need to disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 31 Jul 2017 08:53:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682702#M42015</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-07-31T08:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682703#M42016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just found out that it could be the ADC and V_REF using a lot of power.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.       The firmware running at 2MHz with LPUART (9600) enabled, has a current 280uA, with ADC and V_REF enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.       After I managed to disable V_REF and stop the clock when I don’t use in VLPS, the current is reduced to 160uA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.       I managed to stop the ADC clock when I don’t use it, the current is down further to about 92uA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.       I am trying to disable the ADC when it is in VLPS, and I haven’t found the control bit to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have a look at what you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give some comments on my above tests?&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;Jieqiu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682703#M42016</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-07-31T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682704#M42017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jieqiu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, if you enable the ADC module, of course it will cause more power consumption, from the datasheet, you also can find it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/6486i2CA81D3A829E824D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable the ADC module.&lt;/P&gt;&lt;P&gt;Please also disable these register:&lt;/P&gt;&lt;P&gt;ADCx_SC1n[ADCH]=11111.&lt;/P&gt;&lt;P&gt;SIM_SCGC6[ADC0]=0.&lt;/P&gt;&lt;P&gt;Then try it again.&lt;/P&gt;&lt;P&gt;Any question, just let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Tue, 01 Aug 2017 02:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682704#M42017</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-08-01T02:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682705#M42018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question here. I tried to write a data into the last sector of the KL03 on chip flash. All the read and erase operation is ok. But when I tried to write the data into the sector, the code executed this line: kFCCOBx[1] = *src++; and get a hard fault error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have initialised and don’t know what else I need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jieqiu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status_t FLASH_Program(flash_config_t *config, uint32_t start, uint32_t *src, uint32_t lengthInBytes)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;   status_t returnCode;&lt;/P&gt;&lt;P&gt;    flash_operation_config_t flashOperationInfo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if (src == NULL)&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;        return kStatus_FLASH_InvalidArgument;&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    flash_get_matched_operation_info(config, start, &amp;amp;flashOperationInfo);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    /* Check the supplied address range. */&lt;/P&gt;&lt;P&gt;    returnCode = flash_check_range(config, start, lengthInBytes, flashOperationInfo.blockWriteUnitSize);&lt;/P&gt;&lt;P&gt;    if (returnCode)&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;        return returnCode;&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    start = flashOperationInfo.convertedAddress;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    flash_cache_clear_process(config, kFLASH_CacheClearProcessPre);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    while (lengthInBytes &amp;gt; 0)&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;        /* preparing passing parameter to program the flash block */&lt;/P&gt;&lt;P&gt;        kFCCOBx[1] = *src++;&lt;/P&gt;&lt;P&gt;        if (4 == flashOperationInfo.blockWriteUnitSize)&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            kFCCOBx[0] = BYTES_JOIN_TO_WORD_1_3(FTFx_PROGRAM_LONGWORD, start);&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;        else if (8 == flashOperationInfo.blockWriteUnitSize)&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            kFCCOBx[2] = *src++;&lt;/P&gt;&lt;P&gt;            kFCCOBx[0] = BYTES_JOIN_TO_WORD_1_3(FTFx_PROGRAM_PHRASE, start);&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;        else&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        /* calling flash command sequence function to execute the command */&lt;/P&gt;&lt;P&gt;        returnCode = flash_command_sequence(config);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        /* calling flash callback function if it is available */&lt;/P&gt;&lt;P&gt;        if (config-&amp;gt;PFlashCallback)&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            config-&amp;gt;PFlashCallback();&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        /* checking for the success of command execution */&lt;/P&gt;&lt;P&gt;        if (kStatus_FLASH_Success != returnCode)&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            break;&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;        else&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            /* update start address for next iteration */&lt;/P&gt;&lt;P&gt;            start += flashOperationInfo.blockWriteUnitSize;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            /* update lengthInBytes for next iteration */&lt;/P&gt;&lt;P&gt;           lengthInBytes -= flashOperationInfo.blockWriteUnitSize;&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    flash_cache_clear(config);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    return (returnCode);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682705#M42018</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-08-02T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682706#M42019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jieqiu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Before you do the flash operation, please disable the global interrupt, then try again, whether you still have the hardfault problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 03 Aug 2017 02:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682706#M42019</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-08-03T02:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682707#M42020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;P&gt;I added this line before the operation&lt;/P&gt;&lt;P&gt;__asm("CPSID i");&lt;/P&gt;&lt;P&gt;still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682707#M42020</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-08-03T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682708#M42021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682708#M42021</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-08-03T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682709#M42022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jieqiu,&lt;/P&gt;&lt;P&gt;How did you make it work after saying disable the global interrupt doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 04 Aug 2017 02:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682709#M42022</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-08-04T02:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682710#M42023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;It is a silly typo error made when I copy and paste the code!&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jieqiu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 11:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682710#M42023</guid>
      <dc:creator>jqy</dc:creator>
      <dc:date>2017-08-04T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Entering into VLPS mode is abandoned</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682711#M42024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jieqie Yang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now, if your problem is solved, please mark the correct answer to close this question, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 07 Aug 2017 00:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Entering-into-VLPS-mode-is-abandoned/m-p/682711#M42024</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-08-07T00:50:55Z</dc:date>
    </item>
  </channel>
</rss>

