<?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: Wake Up KL03 via I2C in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924394#M53855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I already set the wakeup enable flag und also red the application note, but i don't work. I want to give some more information. The project has a lot of other stuff like SPI and so on. The I2C interface is used with a callback-handler and works fine if it is run mode. I also tried not to use the callback and i used the IRQ but also nothing happend. That's why im interested in small example of using stop mode with I2C-address matching.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Unfortunately, i'm not allowed to share my project in any way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;UPDATE: I'm using MCUXPRESSO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2019 08:33:37 GMT</pubDate>
    <dc:creator>christopherhorn</dc:creator>
    <dc:date>2019-08-15T08:33:37Z</dc:date>
    <item>
      <title>Wake Up KL03 via I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924392#M53853</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 try to wake up my µC (KL03) via I2C address matching. The µC goes in sleep mode, but i don't be able to wake them up via I2C address matching.&amp;nbsp;Stand alone:&amp;nbsp;I2C is working… But&amp;nbsp;after the&amp;nbsp;µC is going into sleep mode, i cant wake them up.&lt;/P&gt;&lt;P&gt;Can i find somewhere a minimal example for&amp;nbsp;sleep/wake up&amp;nbsp;an µC via I2C? Or can anybody share an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924392#M53853</guid>
      <dc:creator>christopherhorn</dc:creator>
      <dc:date>2019-08-14T14:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wake Up KL03 via I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924393#M53854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A ___default_attr="346365" _jive_internal="true" data-id="346365" data-objecttype="3" data-orig-content="Christopher Horn" data-type="person" href="https://community.nxp.com/people/christopherhorn" jivemacro="user"&gt;Christopher Horn&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address match wake-up occurs when the I2C module is in slave receive mode.&lt;/P&gt;&lt;P&gt;You need to enable the WUEN bit of I2Cx_C1 register in slave side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;For more information please refer to chapter 35.5.8 of the KL03 Reference manual (&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/KL03P24M48SF0RM.pdf"&gt;&lt;SPAN lang="es-MX"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/KL03P24M48SF0RM.pdf" target="test_blank"&gt;https://www.nxp.com/docs/en/reference-manual/KL03P24M48SF0RM.pdf&lt;/A&gt;&lt;SPAN lang="en-US"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;The AN4503 also contains related information (&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4503.pdf"&gt;&lt;SPAN lang="es-MX"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4503.pdf" target="test_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4503.pdf&lt;/A&gt;&lt;SPAN lang="en-US"&gt;). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 21:58:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924393#M53854</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2019-08-14T21:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wake Up KL03 via I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924394#M53855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I already set the wakeup enable flag und also red the application note, but i don't work. I want to give some more information. The project has a lot of other stuff like SPI and so on. The I2C interface is used with a callback-handler and works fine if it is run mode. I also tried not to use the callback and i used the IRQ but also nothing happend. That's why im interested in small example of using stop mode with I2C-address matching.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Unfortunately, i'm not allowed to share my project in any way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;UPDATE: I'm using MCUXPRESSO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2019 08:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924394#M53855</guid>
      <dc:creator>christopherhorn</dc:creator>
      <dc:date>2019-08-15T08:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wake Up KL03 via I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924395#M53856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done a small mistake, so that the I2C interrupt was not working. I found this failure and now it is working. Te next weeks, i want to share a minimal example for I2C, so that everybody can use and check the implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2019 10:10:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Wake-Up-KL03-via-I2C/m-p/924395#M53856</guid>
      <dc:creator>christopherhorn</dc:creator>
      <dc:date>2019-08-15T10:10:52Z</dc:date>
    </item>
  </channel>
</rss>

