<?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 : wakeup from low power mode due  I2C in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839103#M50666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But should I reconfigure pin as LLWU input and when wakeup is happens, reconfigure it back as I2C like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// PTC11, I2C_SDA, falling edge, Host message ?&lt;/P&gt;&lt;P&gt;PM_SetWakeupConfig(kAPP_PowerModeLls, kAPP_WakeupSourcePin, LLWU_WAKEUP_P11_IDX, kLLWU_ExternalPinFallingEdge);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After asap after wakeup ?&lt;/P&gt;&lt;P&gt;/* PORTC11 recover as I2C_SDA */&lt;BR /&gt; PORT_SetPinMux(BOARD_INITPINS_K81_I2C_SDA_PORT, BOARD_INITPINS_K81_I2C_SDA_PIN, kPORT_MuxAlt2); // ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or it is fully transparent if wakeup is set in I2C configuration ?&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>Fri, 07 Dec 2018 06:49:20 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2018-12-07T06:49:20Z</dc:date>
    <item>
      <title>K82 : wakeup from low power mode due  I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839101#M50664</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'm using slave I2C interface and it should wakeup whole system from LLS3 low power mode.&lt;/P&gt;&lt;P&gt;I have specified&amp;nbsp;&amp;nbsp;.enableWakeUp = true, in configuration of I2C slave interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I2C0 and pins in use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTB2 (pin G9) is configured as I2C0_SCL */&lt;/P&gt;&lt;P&gt;/* PORTB3 (pin G8) is configured as I2C0_SDA */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But wakeup is not happens. What else should be done for activate this feature ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wakeup due LLWU pin, LPTIMER0 works fine in my implementation.&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, 05 Dec 2018 11:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839101#M50664</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-05T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : wakeup from low power mode due  I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839102#M50665</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;The I2C(PTB2 and PTB3) is not able to wakeup LLS3.&lt;BR /&gt;They are not in the "Table 19-1. Wakeup Sources for LLWU inputs" at all.&lt;BR /&gt;Maybe you should consider listed LLWU_Px pins with I2C function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63253i130A1971C28D3D1A/image-size/large?v=v2&amp;amp;px=999" title="Table 19-1. Wakeup Sources for LLWU inputs.png" alt="Table 19-1. Wakeup Sources for LLWU inputs.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>Fri, 07 Dec 2018 02:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839102#M50665</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-12-07T02:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : wakeup from low power mode due  I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839103#M50666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But should I reconfigure pin as LLWU input and when wakeup is happens, reconfigure it back as I2C like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// PTC11, I2C_SDA, falling edge, Host message ?&lt;/P&gt;&lt;P&gt;PM_SetWakeupConfig(kAPP_PowerModeLls, kAPP_WakeupSourcePin, LLWU_WAKEUP_P11_IDX, kLLWU_ExternalPinFallingEdge);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After asap after wakeup ?&lt;/P&gt;&lt;P&gt;/* PORTC11 recover as I2C_SDA */&lt;BR /&gt; PORT_SetPinMux(BOARD_INITPINS_K81_I2C_SDA_PORT, BOARD_INITPINS_K81_I2C_SDA_PIN, kPORT_MuxAlt2); // ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or it is fully transparent if wakeup is set in I2C configuration ?&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>Fri, 07 Dec 2018 06:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-wakeup-from-low-power-mode-due-I2C/m-p/839103#M50666</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-07T06:49:20Z</dc:date>
    </item>
  </channel>
</rss>

