<?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のトピックRe: K82: I2C HW timeout</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-I2C-HW-timeout/m-p/810227#M49259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene Hiihtaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value of Low Timeout Register was 0x00, which means low timeout function is disabled.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="I2Cx_SMB[SLTF].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70250i0715D279DB3E3CAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="I2Cx_SMB[SLTF].png" alt="I2Cx_SMB[SLTF].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not find any driver initialize the Low Timeout Register, you may need to write it by yourself. &lt;BR /&gt;For example:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C0-&amp;gt;SLTH = I2C_SLTH_SSLT(0x01);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C0-&amp;gt;SLTL = I2C_SLTL_SSLT(0x01);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The I2C module clock means &lt;STRONG&gt;Bus clock&lt;/STRONG&gt;. I2Cx_SMB[TCKSEL] select the period of clock of timeout.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="I2Cx_SMB[TCKSEL].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70301i16839A55F3C08DE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="I2Cx_SMB[TCKSEL].png" alt="I2Cx_SMB[TCKSEL].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&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, 20 Dec 2018 08:58:03 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2018-12-20T08:58:03Z</dc:date>
    <item>
      <title>K82: I2C HW timeout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-I2C-HW-timeout/m-p/810226#M49258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I have checked SDK examples and do not find any place where those registers are set :&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;__IO uint8_t SLTH; /**&amp;lt; I2C SCL Low Timeout Register High, offset: 0xA */&lt;BR /&gt;__IO uint8_t SLTL; /**&amp;lt; I2C SCL Low Timeout Register Low, offset: 0xB */&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;It means by default timeout has infinite value ?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;In what units those registers should be programmed ? Period of clock 400kHz or some other ones ?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 08:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-I2C-HW-timeout/m-p/810226#M49258</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-18T08:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: K82: I2C HW timeout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-I2C-HW-timeout/m-p/810227#M49259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene Hiihtaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value of Low Timeout Register was 0x00, which means low timeout function is disabled.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="I2Cx_SMB[SLTF].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70250i0715D279DB3E3CAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="I2Cx_SMB[SLTF].png" alt="I2Cx_SMB[SLTF].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not find any driver initialize the Low Timeout Register, you may need to write it by yourself. &lt;BR /&gt;For example:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C0-&amp;gt;SLTH = I2C_SLTH_SSLT(0x01);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2C0-&amp;gt;SLTL = I2C_SLTL_SSLT(0x01);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The I2C module clock means &lt;STRONG&gt;Bus clock&lt;/STRONG&gt;. I2Cx_SMB[TCKSEL] select the period of clock of timeout.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="I2Cx_SMB[TCKSEL].png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70301i16839A55F3C08DE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="I2Cx_SMB[TCKSEL].png" alt="I2Cx_SMB[TCKSEL].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&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, 20 Dec 2018 08:58:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-I2C-HW-timeout/m-p/810227#M49259</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-12-20T08:58:03Z</dc:date>
    </item>
  </channel>
</rss>

