<?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>Kinetis MicrocontrollersのトピックTrouble waking KL03 using 10-bit I2C in VLPS mode</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676558#M41609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having difficulty getting&amp;nbsp;a&amp;nbsp;KL03 slave to wake up from VLPS mode when using 10-bit I2C.&amp;nbsp; The microcontroller wakes up just fine on address match in 7-bit I2C.&amp;nbsp;&amp;nbsp;I also have communication working&amp;nbsp;using 10-bit I2C in VLPR mode.&amp;nbsp; The IAAS interrupt fires using the 10-bit/VLPR, 7-bit/VLPS, and 7-bit/VLPR, but not 10-bit/VLPS.&amp;nbsp; Is 10-bit I2C&amp;nbsp;not&amp;nbsp;available in&amp;nbsp;VLPS mode?&amp;nbsp; Or is there something else that needs to be done to get it to work.&amp;nbsp; Thanks!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2017 22:23:50 GMT</pubDate>
    <dc:creator>kyledickerson</dc:creator>
    <dc:date>2017-05-11T22:23:50Z</dc:date>
    <item>
      <title>Trouble waking KL03 using 10-bit I2C in VLPS mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676558#M41609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having difficulty getting&amp;nbsp;a&amp;nbsp;KL03 slave to wake up from VLPS mode when using 10-bit I2C.&amp;nbsp; The microcontroller wakes up just fine on address match in 7-bit I2C.&amp;nbsp;&amp;nbsp;I also have communication working&amp;nbsp;using 10-bit I2C in VLPR mode.&amp;nbsp; The IAAS interrupt fires using the 10-bit/VLPR, 7-bit/VLPS, and 7-bit/VLPR, but not 10-bit/VLPS.&amp;nbsp; Is 10-bit I2C&amp;nbsp;not&amp;nbsp;available in&amp;nbsp;VLPS mode?&amp;nbsp; Or is there something else that needs to be done to get it to work.&amp;nbsp; Thanks!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 22:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676558#M41609</guid>
      <dc:creator>kyledickerson</dc:creator>
      <dc:date>2017-05-11T22:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble waking KL03 using 10-bit I2C in VLPS mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676559#M41610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kyle Dickerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; From the reference manual description:&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/18354i6F493322FE45373C/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;It just describes the primary address, no extended address, maybe it doesn't support the 10 bit wake up, but is not sure, I didn't test it before.&lt;/P&gt;&lt;P&gt;You can send me your test project, when I have time, I will also check it on my side. After reproduce it, I will check it with our according department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 15 May 2017 03:16:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676559#M41610</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-05-15T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble waking KL03 using 10-bit I2C in VLPS mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676560#M41611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I am unable to send you my project.&amp;nbsp; My workaround is to set the KL03 slaves to 7-bit addressing, then have them switch to 10-bit addressing&amp;nbsp;on wakeup.&amp;nbsp; I only have KL03 slaves on the bus so this shouldn't be an issue.&amp;nbsp; If I have the maximum of 1024 slaves on the bus, the worst&amp;nbsp;that will happen is that at most, 8 slaves will be awake for a very brief time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 23:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Trouble-waking-KL03-using-10-bit-I2C-in-VLPS-mode/m-p/676560#M41611</guid>
      <dc:creator>kyledickerson</dc:creator>
      <dc:date>2017-05-15T23:37:42Z</dc:date>
    </item>
  </channel>
</rss>

