<?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 Not working in Dual core in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1804348#M11847</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228037"&gt;@Prasanth_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is possible, could you share your I2C project? This is to realize a deep analysis of the configurations. According to this statement: &lt;EM&gt;"The lpi2c_irq.c file interrupt is not enabled in meaning that the specific instance of irq is not enabled"&lt;/EM&gt;. It looks to be a problem with the configuration.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 19:13:49 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2024-02-08T19:13:49Z</dc:date>
    <item>
      <title>I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803413#M11837</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;Hello, I have a K3 series controller. When I use the I2C in the K344 controller, it works great. However, when I use the Dual Core K324 controller, the I2C does not work, not even the clock is not generate. However, when I check the GPIO, it works correctly. I'm using the same RTD for&amp;nbsp;&amp;nbsp;both of them controller.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:01:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803413#M11837</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-02-07T14:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803669#M11838</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228037"&gt;@Prasanth_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide more details about the changes between the code for the S32K344 device and the S32K324? Can you see if there is any change in SDA and SCL? When you flash the code, does it cause any error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 20:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803669#M11838</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-02-07T20:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803851#M11841</link>
      <description>&lt;P&gt;yeah thanks for your reply,&amp;nbsp;I used the same&amp;nbsp;settings and code for both of them controller, including the same clock (FIRC), mode (Standard mode), and baud rate. As a result, you can see that there is a difference between the non-working and working code. The lpi2c_irq.c file interrupt is not enabled in meaning that the specific instance of irq is not enabled, but the working code is enabled.&lt;BR /&gt;Note : code and configuration both same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i just wanted to know is there any differences between single(k344) core and dual core(k324,k322) controller , and one more thing i checked with k322 also its not working but however if a use gpio its working fine.(k324 controller i done bit banking method it works but your RTD not working i use RTD 3 ) .&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 04:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803851#M11841</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-02-08T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803854#M11842</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt; yeah thanks for your reply,&amp;nbsp;I used the same&amp;nbsp;settings and code for both of them controller, including the same clock (FIRC), mode (Standard mode), and baud rate. As a result, you can see that there is a difference between the non-working and working code. The lpi2c_irq.c file interrupt is not enabled in meaning that the specific instance of irq is not enabled, but the working code is enabled.&lt;BR /&gt;Note : code and configuration both same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i just wanted to know is there any differences between single(k344) core and dual core(k324,k322) controller , and one more thing i checked with k322 also its not working but however if a use gpio its working fine.( in k324 controller i done bit banking method it works but your RTD not working i use RTD 3 ) .&lt;/P&gt;&lt;P&gt;i used instance 1 pins ptd 14 and ptd 13.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prasanth C&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 04:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1803854#M11842</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-02-08T04:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1804348#M11847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228037"&gt;@Prasanth_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is possible, could you share your I2C project? This is to realize a deep analysis of the configurations. According to this statement: &lt;EM&gt;"The lpi2c_irq.c file interrupt is not enabled in meaning that the specific instance of irq is not enabled"&lt;/EM&gt;. It looks to be a problem with the configuration.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 19:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1804348#M11847</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-02-08T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Not working in Dual core</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1809707#M11861</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;hi, i shared my project for your reference&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 04:18:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/I2C-Not-working-in-Dual-core/m-p/1809707#M11861</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-02-16T04:18:05Z</dc:date>
    </item>
  </channel>
</rss>

