<?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 Re: wakeup from VLLS1 mode through UART and LPTIMER both how ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938091#M54280</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;See:&lt;BR /&gt;VLPS with continuous UART operation: &lt;A href="https://community.nxp.com/message/421247#421247" target="test_blank"&gt;https://community.nxp.com/message/421247#421247&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Low power and LLWU: &lt;A href="http://www.utasker.com/kinetis/LLWU.html" target="test_blank"&gt;http://www.utasker.com/kinetis/LLWU.html&lt;/A&gt;&lt;BR /&gt;Low power videos:&lt;BR /&gt;- &lt;A href="https://youtu.be/kWNlsAoMly4" target="test_blank"&gt;https://youtu.be/kWNlsAoMly4&lt;/A&gt;&lt;BR /&gt;- &lt;A href="https://youtu.be/iZEMRiDmHzw" target="test_blank"&gt;https://youtu.be/iZEMRiDmHzw&lt;/A&gt;&lt;BR /&gt;- &lt;A href="https://youtu.be/v4UnfcDiaE4" target="test_blank"&gt;https://youtu.be/v4UnfcDiaE4&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2019 22:30:55 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2019-06-18T22:30:55Z</dc:date>
    <item>
      <title>wakeup from VLLS1 mode through UART and LPTIMER both how ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938088#M54277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;@kerry zhou&lt;/P&gt;&lt;P&gt;For my application, i want to wake up my device from VLLS1 mode through LPTIMER as well as UART3_RX (connected with RF RX).&lt;/P&gt;&lt;P&gt;I am using MK20DX128VLL7 microcontroller with sensors , GSM module (UART comm.) and RF module (UART comm.).&lt;/P&gt;&lt;P&gt;And there is star network, where one master device and more than 10 slave device connected in on e network.&lt;/P&gt;&lt;P&gt;At my master device side : get all sensors data -&amp;gt; send on web page through GSM -&amp;gt; and sleep for 30min. for timer interrupt i have used LPTIMER.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At my slave device side : get all sensors data -&amp;gt; send that data to master device through RF transmitter. -&amp;gt; master RF receive that data and send that data through GSM netwrk on web page.&lt;/P&gt;&lt;P&gt;This is the my application.&lt;/P&gt;&lt;P&gt;Now i want to implement : master device in VLLS1 mode -&amp;gt; if data coming from RF (through UART3_RX)-&amp;gt; master device should wake up and transmit only master device -&amp;gt; again go for sleep mode -&amp;gt; until other slave device wake up or LPTIMER wake up.&lt;/P&gt;&lt;P&gt;I have checked in LLWU file for interrupt enable for UART. But i have not find UART3_RX for interrupt.&lt;/P&gt;&lt;P&gt;So can i not use that interrupt pin for wake up device?&lt;/P&gt;&lt;P&gt;i have already implemented wakeup through LPTIMER from VLLS1 mode.&lt;/P&gt;&lt;P&gt;Please guide me to add uart3 for interrupt wakeup form VLLS1 mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 07:35:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938088#M54277</guid>
      <dc:creator>fw01</dc:creator>
      <dc:date>2019-06-18T07:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: wakeup from VLLS1 mode through UART and LPTIMER both how ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938089#M54278</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;UARTs are not LLWU sources so it is not possible to wake the processor from VLLS1 by UART reception.&lt;/P&gt;&lt;P&gt;However, if you connect a LLWU input in parallel with UART3_RX input then you can wake up on an edge via the corresponding LLUW pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were to move UART3 to UART1 on PTE1, for example, you then have UART1_RX and LLWU_P0 on the same pin, meaning that when you move to VLLS1 you can use its LLWU pin function and after you wake you can then use its UART_RX function without needing to connect two pins in parallel.&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;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Complete Kinetis solutions for professional needs, training and support:http://www.utasker.com/kinetis.html&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis K20:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-K20D50M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-K20D50M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-K20D50M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-K20D72M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-K20D72M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TEENSY_3.1.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TEENSY_3.1.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/tinyK20.html" target="test_blank"&gt;http://www.utasker.com/kinetis/tinyK20.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Request Free emergency remote desk-top consulting at &lt;A href="http://www.utasker.com/services.html" target="test_blank"&gt;http://www.utasker.com/services.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938089#M54278</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-06-18T10:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: wakeup from VLLS1 mode through UART and LPTIMER both how ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938090#M54279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir,&lt;/P&gt;&lt;P&gt;Thanks for your response,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately i can not move uart port from 3 to 1. But i can change low power mode. What i want is system has to go in any sleep mode and should wake up on uart3_rx data.&lt;/P&gt;&lt;P&gt;Will you pls suggest me any example for that ? or give me routine for that?&lt;/P&gt;&lt;P&gt;How can i enable interrupt for that and how can i write wake up routine for that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 11:46:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938090#M54279</guid>
      <dc:creator>fw01</dc:creator>
      <dc:date>2019-06-18T11:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: wakeup from VLLS1 mode through UART and LPTIMER both how ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938091#M54280</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;See:&lt;BR /&gt;VLPS with continuous UART operation: &lt;A href="https://community.nxp.com/message/421247#421247" target="test_blank"&gt;https://community.nxp.com/message/421247#421247&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Low power and LLWU: &lt;A href="http://www.utasker.com/kinetis/LLWU.html" target="test_blank"&gt;http://www.utasker.com/kinetis/LLWU.html&lt;/A&gt;&lt;BR /&gt;Low power videos:&lt;BR /&gt;- &lt;A href="https://youtu.be/kWNlsAoMly4" target="test_blank"&gt;https://youtu.be/kWNlsAoMly4&lt;/A&gt;&lt;BR /&gt;- &lt;A href="https://youtu.be/iZEMRiDmHzw" target="test_blank"&gt;https://youtu.be/iZEMRiDmHzw&lt;/A&gt;&lt;BR /&gt;- &lt;A href="https://youtu.be/v4UnfcDiaE4" target="test_blank"&gt;https://youtu.be/v4UnfcDiaE4&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 22:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938091#M54280</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-06-18T22:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: wakeup from VLLS1 mode through UART and LPTIMER both how ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938092#M54281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="341491" data-username="fw01@teksun.in" href="https://community.nxp.com/people/fw01@teksun.in"&gt;Reena Patel&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Mark's reply is totally correct!&lt;/P&gt;&lt;P&gt;&amp;nbsp; UART3 can't work under the VLLS1 mode, please also note, VLLS1 recovery method is wakeup reset.&lt;/P&gt;&lt;P&gt;About the UART can be waked up power mode, please check the following picture.&lt;/P&gt;&lt;P&gt;&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/88274iDF1E50C86574DD90/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;&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:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 02:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/wakeup-from-VLLS1-mode-through-UART-and-LPTIMER-both-how/m-p/938092#M54281</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-06-19T02:08:54Z</dc:date>
    </item>
  </channel>
</rss>

