<?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 LPI2C and FlexIO_I2S Clock Initialization API in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/LPI2C-and-FlexIO-I2S-Clock-Initialization-API/m-p/1709149#M3271</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Board: S32K142 Eval board&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In sample codes of LPI2C and FexIO_I2S, the APIs used for initializing clock are different.&lt;/P&gt;&lt;P&gt;What is the significance for both APIs and when can each of them be used?&lt;/P&gt;&lt;P&gt;The issue we are facing is, when we are trying to combine both peripheral&amp;nbsp; configurations (i2c and i2s), it is now working. No clocks generated for i2c (scl) or i2s (sclk)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could this be because of the use of different APIs for Clock init?&lt;/P&gt;&lt;P&gt;Or is there any other configuration impacting the functionality&lt;/P&gt;&lt;P&gt;Sample code snippets below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MohitManvar_0-1692710812005.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237465i2D4900A9B2E64EE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MohitManvar_0-1692710812005.png" alt="MohitManvar_0-1692710812005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 13:27:48 GMT</pubDate>
    <dc:creator>MohitManvar</dc:creator>
    <dc:date>2023-08-22T13:27:48Z</dc:date>
    <item>
      <title>LPI2C and FlexIO_I2S Clock Initialization API</title>
      <link>https://community.nxp.com/t5/S32-SDK/LPI2C-and-FlexIO-I2S-Clock-Initialization-API/m-p/1709149#M3271</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Board: S32K142 Eval board&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In sample codes of LPI2C and FexIO_I2S, the APIs used for initializing clock are different.&lt;/P&gt;&lt;P&gt;What is the significance for both APIs and when can each of them be used?&lt;/P&gt;&lt;P&gt;The issue we are facing is, when we are trying to combine both peripheral&amp;nbsp; configurations (i2c and i2s), it is now working. No clocks generated for i2c (scl) or i2s (sclk)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could this be because of the use of different APIs for Clock init?&lt;/P&gt;&lt;P&gt;Or is there any other configuration impacting the functionality&lt;/P&gt;&lt;P&gt;Sample code snippets below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MohitManvar_0-1692710812005.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237465i2D4900A9B2E64EE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MohitManvar_0-1692710812005.png" alt="MohitManvar_0-1692710812005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 13:27:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/LPI2C-and-FlexIO-I2S-Clock-Initialization-API/m-p/1709149#M3271</guid>
      <dc:creator>MohitManvar</dc:creator>
      <dc:date>2023-08-22T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPI2C and FlexIO_I2S Clock Initialization API</title>
      <link>https://community.nxp.com/t5/S32-SDK/LPI2C-and-FlexIO-I2S-Clock-Initialization-API/m-p/1709901#M3274</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience we bring you!&lt;/P&gt;
&lt;P&gt;The CLOCK_SYS_* API was deprecated&lt;BR /&gt;CLOCK_SYS_Init();&lt;BR /&gt;CLOCK_SYS_UpdateConfiguration();&amp;nbsp;&lt;BR /&gt;can be replaced with:&lt;BR /&gt;CLOCK_DRV_Init(&amp;amp;clockMan1_InitConfig0);&lt;/P&gt;
&lt;P&gt;Similar topics are discussed in &lt;A href="https://community.nxp.com/t5/S32-SDK/SDK-problem-in-S32-Design-Studio-for-ARM-2-2/m-p/986190" target="_self"&gt;SDK problem in S32 Design Studio for ARM 2.2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 12:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/LPI2C-and-FlexIO-I2S-Clock-Initialization-API/m-p/1709901#M3274</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-08-23T12:06:46Z</dc:date>
    </item>
  </channel>
</rss>

