<?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のトピックI2C S32K144 problem</title>
    <link>https://community.nxp.com/t5/S32K/I2C-S32K144-problem/m-p/1095910#M8034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I use 2 evaluation board S2K144 EVB-Q100 to start using I2C communication.&lt;BR /&gt;I started by adding 2 external pull up 4.7k on the PTA2 and PTA3 pins.&lt;BR /&gt;I deactivate the internal pll up on the pin-mux driver on the 2 pins PTA2 and PTA3.&lt;/P&gt;&lt;P&gt;I connect the same GND betwen 2 board.&lt;BR /&gt;I tried the (lpi2c_master_s32k144) and (lpi2c_slave_s32k144) test example to start a small example of I2C communication test with the S32K1xx RTM 3.0.0 SDK and&amp;nbsp;&lt;SPAN&gt;S32K1xx RTM 0.8.6 SDK&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;but but I do not receive anything on the Slavic board and on the master board&lt;BR /&gt;the 2 buffer rx and tx are always 0&lt;BR /&gt;is there a reason that the 2 buffer rx and tx do not change ?&lt;/P&gt;&lt;P&gt;I dont have a oscilloscope to see the signal.&lt;BR /&gt;do you have a functional example to share with me to start a simple i2c communication between 2&amp;nbsp;board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 May 2020 21:45:10 GMT</pubDate>
    <dc:creator>amarasaif</dc:creator>
    <dc:date>2020-05-17T21:45:10Z</dc:date>
    <item>
      <title>I2C S32K144 problem</title>
      <link>https://community.nxp.com/t5/S32K/I2C-S32K144-problem/m-p/1095910#M8034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I use 2 evaluation board S2K144 EVB-Q100 to start using I2C communication.&lt;BR /&gt;I started by adding 2 external pull up 4.7k on the PTA2 and PTA3 pins.&lt;BR /&gt;I deactivate the internal pll up on the pin-mux driver on the 2 pins PTA2 and PTA3.&lt;/P&gt;&lt;P&gt;I connect the same GND betwen 2 board.&lt;BR /&gt;I tried the (lpi2c_master_s32k144) and (lpi2c_slave_s32k144) test example to start a small example of I2C communication test with the S32K1xx RTM 3.0.0 SDK and&amp;nbsp;&lt;SPAN&gt;S32K1xx RTM 0.8.6 SDK&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;but but I do not receive anything on the Slavic board and on the master board&lt;BR /&gt;the 2 buffer rx and tx are always 0&lt;BR /&gt;is there a reason that the 2 buffer rx and tx do not change ?&lt;/P&gt;&lt;P&gt;I dont have a oscilloscope to see the signal.&lt;BR /&gt;do you have a functional example to share with me to start a simple i2c communication between 2&amp;nbsp;board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2020 21:45:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-S32K144-problem/m-p/1095910#M8034</guid>
      <dc:creator>amarasaif</dc:creator>
      <dc:date>2020-05-17T21:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: I2C S32K144 problem</title>
      <link>https://community.nxp.com/t5/S32K/I2C-S32K144-problem/m-p/1095911#M8035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amara saif,&lt;/P&gt;&lt;P&gt;I have test the lpi2c_master_s32k144 and lpi2c_slave_s32k144 example without modify anything.&lt;BR /&gt;During debug I was able to see that &lt;EM&gt;the master rx buffer has the same elements as slave tx buffer and slave rx buffer has the same elements as master tx buffer after running the example&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="LPI2C MASTER.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108264i01BB514EABF02C46/image-size/large?v=v2&amp;amp;px=999" role="button" title="LPI2C MASTER.png" alt="LPI2C MASTER.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpi2c_master_s32k144.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108213i3F851AE04A54AE56/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpi2c_master_s32k144.png" alt="lpi2c_master_s32k144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpi2c_slave_s32k144.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107469i42D534AA96F8D322/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpi2c_slave_s32k144.png" alt="lpi2c_slave_s32k144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you disable internal pull up resistors, please make sure the external resistors are pull up to the correct voltage.&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&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>Wed, 20 May 2020 02:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-S32K144-problem/m-p/1095911#M8035</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-05-20T02:48:15Z</dc:date>
    </item>
  </channel>
</rss>

