<?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: K82: LLWU_SetPinFilterMode() API in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-SetPinFilterMode-API/m-p/862378#M51604</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;If kLLWU_ExternalPinRisingEdge is selected, then you should configure kLLWU_PinFilterRisingEdge.&lt;/P&gt;&lt;P&gt;Notice VLLS0 mode:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="filters will be bypassed during VLLS0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76808iA7A9EA045949DA93/image-size/large?v=v2&amp;amp;px=999" role="button" title="filters will be bypassed during VLLS0.png" alt="filters will be bypassed during VLLS0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 24 Jan 2019 07:46:55 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2019-01-24T07:46:55Z</dc:date>
    <item>
      <title>K82: LLWU_SetPinFilterMode() API</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-SetPinFilterMode-API/m-p/862377#M51603</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;Could you clarify a bit what LLWU filter means ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As input it has structure&amp;nbsp;llwu_external_pin_filter_mode_t&lt;/P&gt;&lt;P&gt;what has parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef enum _llwu_pin_filter_mode&lt;BR /&gt;{&lt;BR /&gt; kLLWU_PinFilterDisable = 0U, /*!&amp;lt; Filter disabled. */&lt;BR /&gt; kLLWU_PinFilterRisingEdge = 1U, /*!&amp;lt; Filter positive edge detection.*/&lt;BR /&gt; kLLWU_PinFilterFallingEdge = 2U, /*!&amp;lt; Filter negative edge detection.*/&lt;BR /&gt; kLLWU_PinFilterAnyEdge = 3U /*!&amp;lt; Filter any edge detection. */&lt;BR /&gt;} llwu_pin_filter_mode_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But edge detection is set by&amp;nbsp;LLWU_SetExternalWakeupPinMode() API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in RM , chpter 19.5 I can see&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;The LLWU implements optional 3-cycle glitch filters, based on the LPO clock. A&lt;BR /&gt;detected external pin is required to remain asserted until the enabled glitch filter times&lt;BR /&gt;out. Additional latency of up to 2 cycles is due to synchronization, which results in a total&lt;BR /&gt;of up to 5 cycles of delay before the detect circuit alerts the system to the wakeup or reset&lt;BR /&gt;event when the filter function is enabled. wakeup detect filters are available for selected&lt;BR /&gt;external pins. Glitch filtering is not provided on the internal modules.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How setup proper filter for LLWU pin ? I use LLS3 low power mode if it any difference with other low power&amp;nbsp; modes.&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 09:39:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-SetPinFilterMode-API/m-p/862377#M51603</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-01-09T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: K82: LLWU_SetPinFilterMode() API</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-SetPinFilterMode-API/m-p/862378#M51604</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;If kLLWU_ExternalPinRisingEdge is selected, then you should configure kLLWU_PinFilterRisingEdge.&lt;/P&gt;&lt;P&gt;Notice VLLS0 mode:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="filters will be bypassed during VLLS0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76808iA7A9EA045949DA93/image-size/large?v=v2&amp;amp;px=999" role="button" title="filters will be bypassed during VLLS0.png" alt="filters will be bypassed during VLLS0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 24 Jan 2019 07:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-LLWU-SetPinFilterMode-API/m-p/862378#M51604</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-01-24T07:46:55Z</dc:date>
    </item>
  </channel>
</rss>

