<?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: I2C/FLEX IO in S32K</title>
    <link>https://community.nxp.com/t5/S32K/I2C-FLEX-IO/m-p/1030115#M6471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/imsiya.k@tataelxsi.co.in"&gt;imsiya.k@tataelxsi.co.in&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check my answers bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;1. In the refernce manual of&amp;nbsp;S32K146/LQFP 144, for I2C clock setting they mentioned one equation&amp;nbsp;(2 + FILTSCL) / 2^PRESCALE cycles. How this equation works?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup time is extended by the time it takes to detect a rising edge on the external SCL pin. The FITSCL is set in the&amp;nbsp;MCFGR2 register and the PRESCALE is set at the MCFGR1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;2. What will be the difference in the coding when flexio emulating as I2C and what will be the clock using in flexio i2c?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;The I2C module and the FlexIO are different and each one can select from which clock is feed it. I will suggest to check the SDK example flexio_i2c_s32K146 to have an idea about how to configurate the module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102564i347026D50319AD65/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2020 17:22:27 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-02-21T17:22:27Z</dc:date>
    <item>
      <title>I2C/FLEX IO</title>
      <link>https://community.nxp.com/t5/S32K/I2C-FLEX-IO/m-p/1030114#M6470</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 some doubts regarding S32K146/LQFP 144 microcontroller. If somebody will know,please answer it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the refernce manual of&amp;nbsp;&lt;SPAN&gt;S32K146/LQFP 144, for I2C clock setting they mentioned one equation&amp;nbsp;(2 + FILTSCL) / 2^PRESCALE cycles. How this equation works?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. What will be the difference in the coding when flexio emulating as I2C and what will be the clock using in flexio i2c?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2020 03:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-FLEX-IO/m-p/1030114#M6470</guid>
      <dc:creator>imsiya_k</dc:creator>
      <dc:date>2020-02-14T03:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: I2C/FLEX IO</title>
      <link>https://community.nxp.com/t5/S32K/I2C-FLEX-IO/m-p/1030115#M6471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/imsiya.k@tataelxsi.co.in"&gt;imsiya.k@tataelxsi.co.in&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check my answers bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;1. In the refernce manual of&amp;nbsp;S32K146/LQFP 144, for I2C clock setting they mentioned one equation&amp;nbsp;(2 + FILTSCL) / 2^PRESCALE cycles. How this equation works?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup time is extended by the time it takes to detect a rising edge on the external SCL pin. The FITSCL is set in the&amp;nbsp;MCFGR2 register and the PRESCALE is set at the MCFGR1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;2. What will be the difference in the coding when flexio emulating as I2C and what will be the clock using in flexio i2c?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;The I2C module and the FlexIO are different and each one can select from which clock is feed it. I will suggest to check the SDK example flexio_i2c_s32K146 to have an idea about how to configurate the module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102564i347026D50319AD65/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:22:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-FLEX-IO/m-p/1030115#M6471</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-02-21T17:22:27Z</dc:date>
    </item>
  </channel>
</rss>

