<?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>S32 SDKのトピックRe: S32K144 i2c master send</title>
    <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1756159#M3435</link>
    <description>是的，第二次调用的时候会再次发送从设备地址，但是我并不需要他再次发送从设备地址</description>
    <pubDate>Mon, 13 Nov 2023 09:04:59 GMT</pubDate>
    <dc:creator>zyc0211</dc:creator>
    <dc:date>2023-11-13T09:04:59Z</dc:date>
    <item>
      <title>S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755348#M3424</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;您好，我想使用i2C来控制音频芯片。音频芯片的设备地址是0x3B，但寄存器地址很多，比如0xF890、0xF400，都是16位，而不是8位。那么如何使用LPI2C_&lt;/SPAN&gt;&lt;SPAN&gt;DRV_&lt;/SPAN&gt;&lt;SPAN class=""&gt;MasterSendDataBlocking进行通信。&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;uint8_t reg_address[2];&lt;BR /&gt;reg_address[0] = 地址 &amp;gt;&amp;gt; 8;&lt;BR /&gt;reg_address[1] = 地址 &amp;amp;0xFF;&lt;BR /&gt;LPI2C_DRV_MasterSendDataBlocking（INST_LPI2C1， reg_address， 2， 真， 10）;&lt;BR /&gt;LPI2C_DRV_MasterSendDataBlocking（INST_LPI2C1， pData， 长度， true， 10）;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;发送16位寄存器地址后，它会再次发送设备地址，但我不需要它，你能帮我吗？&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Nov 2023 05:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755348#M3424</guid>
      <dc:creator>zyc0211</dc:creator>
      <dc:date>2023-11-10T05:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755350#M3425</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zyc0211_0-1699595793182.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/249317i3C736205681EAA62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zyc0211_0-1699595793182.png" alt="zyc0211_0-1699595793182.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;zyc0211_0-1699595793182.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 05:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755350#M3425</guid>
      <dc:creator>zyc0211</dc:creator>
      <dc:date>2023-11-10T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755356#M3426</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 05:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1755356#M3426</guid>
      <dc:creator>zyc0211</dc:creator>
      <dc:date>2023-11-10T05:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1756073#M3434</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@zyc0211" target="_blank"&gt;Hi@zyc0211&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"发送16位寄存器地址后，它会再次发送设备地址"，你意思是说在第二次调用发送的时候主机会再发一次从设备地址吗？&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;uint8_t reg_address[4];&lt;BR /&gt;reg_address[0] = 地址 &amp;gt;&amp;gt; 8;&lt;BR /&gt;reg_address[1] = 地址 &amp;amp;0xFF;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;reg_address[2] =&amp;nbsp;pData &amp;gt;&amp;gt;8;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;reg_address[3] =&amp;nbsp;pData &amp;amp; 0xff;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LPI2C_DRV_MasterSendDataBlocking（INST_LPI2C1， reg_address， 4， 真， 1000）;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;示波器看下数据顺序对不对，&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 07:30:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1756073#M3434</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-11-13T07:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1756159#M3435</link>
      <description>是的，第二次调用的时候会再次发送从设备地址，但是我并不需要他再次发送从设备地址</description>
      <pubDate>Mon, 13 Nov 2023 09:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1756159#M3435</guid>
      <dc:creator>zyc0211</dc:creator>
      <dc:date>2023-11-13T09:04:59Z</dc:date>
    </item>
    <item>
      <title>回复： S32K144 i2c master send</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1931022#M3918</link>
      <description>你为什么喜欢使用block发送和接收函数，他有个不带block发送的函数， 还有就是我这边使用的老是判断总线忙</description>
      <pubDate>Tue, 13 Aug 2024 09:45:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K144-i2c-master-send/m-p/1931022#M3918</guid>
      <dc:creator>binZhang01</dc:creator>
      <dc:date>2024-08-13T09:45:02Z</dc:date>
    </item>
  </channel>
</rss>

