<?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: S32K118EVB flexio i2c master</title>
    <link>https://community.nxp.com/t5/S32K/S32K118EVB-flexio-i2c-master/m-p/952726#M5263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jimmy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response. I imported your project C120_TXBoard to my workspace and when I compiled it I received the following warnings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87776i71A67989C0C05B17/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;These warnings are because you didn't add the following includes in your main.c file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87838iB882206B53044D0B/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please add this into your project to see if this solves the behavior you are facing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&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;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2019 16:59:12 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2019-09-02T16:59:12Z</dc:date>
    <item>
      <title>S32K118EVB flexio i2c master</title>
      <link>https://community.nxp.com/t5/S32K/S32K118EVB-flexio-i2c-master/m-p/952725#M5262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is anyone can help to check attached two projects?&lt;/P&gt;&lt;P&gt;They are almost the same, but the i2c output are different.&lt;/P&gt;&lt;P&gt;flexio_i2c_s32k118.7z works correctly. It will output "0x42, 0x51, 0x52, 0x53" every 3 seconds.&lt;/P&gt;&lt;P&gt;I export it's components and import to C120_TXBoard_20190805 project, and copy all .c .h files as well.&lt;/P&gt;&lt;P&gt;However, the output is "0x42, 0x43"....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flexio_i2c_s32k118 use linked resources for SDK or Project setting, I'm not sure if this causes the issue. I would like to use linked resources for&amp;nbsp;&lt;SPAN&gt;C120_TXBoard_20190805 project, but I don't know how to do the change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 02:58:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118EVB-flexio-i2c-master/m-p/952725#M5262</guid>
      <dc:creator>jimmylee0407</dc:creator>
      <dc:date>2019-08-06T02:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118EVB flexio i2c master</title>
      <link>https://community.nxp.com/t5/S32K/S32K118EVB-flexio-i2c-master/m-p/952726#M5263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jimmy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response. I imported your project C120_TXBoard to my workspace and when I compiled it I received the following warnings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87776i71A67989C0C05B17/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;These warnings are because you didn't add the following includes in your main.c file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87838iB882206B53044D0B/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please add this into your project to see if this solves the behavior you are facing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&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;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 16:59:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118EVB-flexio-i2c-master/m-p/952726#M5263</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2019-09-02T16:59:12Z</dc:date>
    </item>
  </channel>
</rss>

