<?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 K82: LLWU muxed with peripheral lines in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864225#M51690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see in RM written like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;1. Using the LLWU module, the external pins available for this chip do not require the associated peripheral function to be enabled. It only requires the function controlling the pin (GPIO or peripheral) to be configured as a digital input to allow a transition to pass to the LLWU"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I undestand it like this : if pin role in peripheral is also input, it is no need to remux pin as gpio input to have LLWU wakeup capabilities ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LPUART1 and configure RX pin on PTC3 pin what is also LLWU_P7 input.&lt;/P&gt;&lt;P&gt;/* PORTC3 (pin B8) is configured as LPUART1_RX */&lt;BR /&gt; PORT_SetPinMux(LPUART1_RX_PORT, LPUART1_RX_PIN, kPORT_MuxAlt3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And If I add LLWU capability :&lt;/P&gt;&lt;P&gt;LLWU_SetExternalWakeupPinMode(LLWU, LLWU_WAKEUP_P7_IDX, kLLWU_ExternalPinFallingEdge);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LLWU wakeup works without any problem f&lt;SPAN&gt;rom LLS3 mode to RUN mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remux RX pin as GPIO input - LLWU wakeup works as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is feature OR some side effect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2019 12:04:15 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2019-01-09T12:04:15Z</dc:date>
    <item>
      <title>K82: LLWU muxed with peripheral lines</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864225#M51690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see in RM written like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;1. Using the LLWU module, the external pins available for this chip do not require the associated peripheral function to be enabled. It only requires the function controlling the pin (GPIO or peripheral) to be configured as a digital input to allow a transition to pass to the LLWU"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I undestand it like this : if pin role in peripheral is also input, it is no need to remux pin as gpio input to have LLWU wakeup capabilities ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LPUART1 and configure RX pin on PTC3 pin what is also LLWU_P7 input.&lt;/P&gt;&lt;P&gt;/* PORTC3 (pin B8) is configured as LPUART1_RX */&lt;BR /&gt; PORT_SetPinMux(LPUART1_RX_PORT, LPUART1_RX_PIN, kPORT_MuxAlt3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And If I add LLWU capability :&lt;/P&gt;&lt;P&gt;LLWU_SetExternalWakeupPinMode(LLWU, LLWU_WAKEUP_P7_IDX, kLLWU_ExternalPinFallingEdge);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LLWU wakeup works without any problem f&lt;SPAN&gt;rom LLS3 mode to RUN mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remux RX pin as GPIO input - LLWU wakeup works as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is feature OR some side effect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:04:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864225#M51690</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-01-09T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: K82: LLWU muxed with peripheral lines</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864226#M51691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, you are right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You just need to configure the LLWU pin function is enough to wake up the MCU, don't require the associated peripheral function to be enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, please configure the LLWU pin function with this API LLWU_SetExternalWakeupPinMode.&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 about it, please kindly 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>Thu, 10 Jan 2019 03:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864226#M51691</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-01-10T03:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: K82: LLWU muxed with peripheral lines</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864227#M51692</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;But what means "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;don't require the associated peripheral function to be enabled" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If pin muxed as LPUART RX e.g&amp;nbsp;&lt;SPAN&gt;kPORT_MuxAlt3, it can stay like this and LLWU wakeup will work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Or it means it is not mandatory to enable LPUART functionality.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Eugene&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 07:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864227#M51692</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-01-10T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: K82: LLWU muxed with peripheral lines</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864228#M51693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From my understand it is the port mux function, not the detail peripheral functionality.&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, 10 Jan 2019 07:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-muxed-with-peripheral-lines/m-p/864228#M51693</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-01-10T07:54:35Z</dc:date>
    </item>
  </channel>
</rss>

