<?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 Missing I2C clock pulse in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790251#M48069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a K60 as an I2C master.&amp;nbsp; The &lt;A href="mailto:I@C"&gt;I2C&lt;/A&gt; communication works but occasionally there are errors.&amp;nbsp; In the photo shows SCL and SDA on both sides of a level translator.&amp;nbsp; The red arrow points to what I call a runt clock.&amp;nbsp; It begins at the correct time but for some reason it stops and looks like a glitch on the scope.&amp;nbsp; Note there are only 8 clock pulses rather than expected 9.&amp;nbsp; Since the K60 is the source of SCL, is this a problem in the K60?&amp;nbsp; The K60 is the only master on the I2C bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this and know what could cause it?&amp;nbsp; The position of the missing clock varies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SDS2K_20_Typical-Runt-SCL.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63246i75D9FB665EB06F43/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDS2K_20_Typical-Runt-SCL.jpg" alt="SDS2K_20_Typical-Runt-SCL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 17:03:36 GMT</pubDate>
    <dc:creator>pk2</dc:creator>
    <dc:date>2018-08-15T17:03:36Z</dc:date>
    <item>
      <title>Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790251#M48069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a K60 as an I2C master.&amp;nbsp; The &lt;A href="mailto:I@C"&gt;I2C&lt;/A&gt; communication works but occasionally there are errors.&amp;nbsp; In the photo shows SCL and SDA on both sides of a level translator.&amp;nbsp; The red arrow points to what I call a runt clock.&amp;nbsp; It begins at the correct time but for some reason it stops and looks like a glitch on the scope.&amp;nbsp; Note there are only 8 clock pulses rather than expected 9.&amp;nbsp; Since the K60 is the source of SCL, is this a problem in the K60?&amp;nbsp; The K60 is the only master on the I2C bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this and know what could cause it?&amp;nbsp; The position of the missing clock varies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SDS2K_20_Typical-Runt-SCL.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63246i75D9FB665EB06F43/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDS2K_20_Typical-Runt-SCL.jpg" alt="SDS2K_20_Typical-Runt-SCL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790251#M48069</guid>
      <dc:creator>pk2</dc:creator>
      <dc:date>2018-08-15T17:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790252#M48070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the K60 and intensive I2C master operation in a number of products during the last 6 years without any known issues (in revision 1 and revision 2 parts). This suggests that the I2C controller in the device doesn't have any erratas that cause such behavior. It is likely that there is a firmware issue - are you sure that no writes are attempted to the peripheral at the wrong time when it is presently in operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 22:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790252#M48070</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-08-16T22:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790253#M48071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had plenty of I2C headaches but that's not a glitch I've seen before.&amp;nbsp; Are you using the SDK's I2C API?&amp;nbsp; Sure you're not touching any registers that might affect it?&amp;nbsp; I agree with Mark that it's most likely a firmware problem.&amp;nbsp; I've never used it with a level shifter, though.&amp;nbsp; I was going to suggest checking that something in the hardware isn't pulling the line low but it looks like the high interval in the runt clock is dropped almost completely, and if something else was pulling it low the position of the other clock pulses would be unaffected, so it has to be internal to the part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe set a watchpoint on I2Cx_F and make sure nothing is messing with the frequency divider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 23:55:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/790253#M48071</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2018-08-17T23:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/1568348#M64431</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/15067"&gt;@pk2&lt;/a&gt;&amp;nbsp;were you able to find a solution to this issue? We are seeing a similar thing occur with K24 as the I2C master.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 13:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/1568348#M64431</guid>
      <dc:creator>nclark</dc:creator>
      <dc:date>2022-12-12T13:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/2085496#M67468</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/15067"&gt;@pk2&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100285"&gt;@nclark&lt;/a&gt;, were you able to resolve your issues?&amp;nbsp; I have this same problem with an LS1021A processor.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Kyle&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 13:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/2085496#M67468</guid>
      <dc:creator>kylehamilton</dc:creator>
      <dc:date>2025-04-23T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing I2C clock pulse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/2085535#M67469</link>
      <description>&lt;P&gt;Looking back at some notes I have from this project, it looks like we tried to pulse SCL to&amp;nbsp;recover I2C, and the pulse was to allow the slave to release the SDA line since it was missing one clock cycle. But that was not a perfect solution. We then tried lowering the value of our pull-up resistors on SCL and SDA and that appeared to work the best; we also reduced the number of I2C calls as we were transmitting to the slave device a bit too much anyways. Hopefully this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/711562/tm4c129xnczad-tm4c-i2c-master-generates-short-scl-clock-pulses-glitches" target="_blank" rel="noopener"&gt;Another forum with I2C pull-up discussion&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:45:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Missing-I2C-clock-pulse/m-p/2085535#M67469</guid>
      <dc:creator>nclark</dc:creator>
      <dc:date>2025-04-23T14:45:55Z</dc:date>
    </item>
  </channel>
</rss>

