<?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>S32KのトピックRe: about i2c</title>
    <link>https://community.nxp.com/t5/S32K/about-i2c/m-p/1325392#M11719</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188422"&gt;@kalajiao&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you scoped the bus?&lt;/P&gt;
&lt;P&gt;Can you share the measurement?&lt;/P&gt;
&lt;P&gt;Does the Slave device acknowledge the transfer?&lt;/P&gt;
&lt;P&gt;If not, what is the address of the Slave?&lt;/P&gt;
&lt;P&gt;What address does the Master send?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 09:06:50 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2021-08-19T09:06:50Z</dc:date>
    <item>
      <title>about i2c</title>
      <link>https://community.nxp.com/t5/S32K/about-i2c/m-p/1325308#M11717</link>
      <description>&lt;P class="tgt"&gt;&lt;SPAN class="tgt"&gt;I tried to run the I2C component routines provided by the government. I burned the lPI2C_MASTER_S32k144 official routines on one board, downloaded the LPI2C_slave_S32k144 official routines on another board, and connected PTA3 and PTA2 on two boards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="tgt"&gt;&lt;SPAN class="tgt"&gt;Shouldn't the routine be for the master to send data to the slave?&lt;/SPAN&gt;&lt;SPAN class="tgt"&gt; Why do I look at the data in the Rxbuff on the board where I burned the slave routine and see that the data in the rxbuff is still initialized with 0?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 08:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/about-i2c/m-p/1325308#M11717</guid>
      <dc:creator>kalajiao</dc:creator>
      <dc:date>2021-08-18T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: about i2c</title>
      <link>https://community.nxp.com/t5/S32K/about-i2c/m-p/1325392#M11719</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188422"&gt;@kalajiao&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you scoped the bus?&lt;/P&gt;
&lt;P&gt;Can you share the measurement?&lt;/P&gt;
&lt;P&gt;Does the Slave device acknowledge the transfer?&lt;/P&gt;
&lt;P&gt;If not, what is the address of the Slave?&lt;/P&gt;
&lt;P&gt;What address does the Master send?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 09:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/about-i2c/m-p/1325392#M11719</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-08-19T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: about i2c</title>
      <link>https://community.nxp.com/t5/S32K/about-i2c/m-p/1326156#M11731</link>
      <description>&lt;P&gt;&lt;SPAN class="tgt"&gt;I use the official routine ah, I see the master send address is 0x1, slave address is also 0x1, this is configured in the routine.&lt;/SPAN&gt;&lt;SPAN class="tgt"&gt; And then my connection is shown here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20210819165942.png" style="width: 339px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153459iF50474F76BE07144/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20210819165942.png" alt="QQ截图20210819165942.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20210819170246.png" style="width: 451px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153460i781395ECF933D235/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20210819170246.png" alt="QQ截图20210819170246.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 09:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/about-i2c/m-p/1326156#M11731</guid>
      <dc:creator>kalajiao</dc:creator>
      <dc:date>2021-08-19T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: about i2c</title>
      <link>https://community.nxp.com/t5/S32K/about-i2c/m-p/1326836#M11742</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188422"&gt;@kalajiao&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In the master example, the LPI2C sends only one 256byte-long transfer and then it reads 256 bytes from the slave.&lt;/P&gt;&lt;P&gt;The master should start the transfer only once the slave is initialized.&lt;/P&gt;&lt;P&gt;You could add another connection, one GPIO at both sides to inform the master that the slave is ready and only then start the transfers in the master example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 09:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/about-i2c/m-p/1326836#M11742</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-08-20T09:19:49Z</dc:date>
    </item>
  </channel>
</rss>

