<?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: Is there any function to read register value of temperature sensor through i2c master in S32K146 in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1666400#M3143</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218296"&gt;@kavithastephen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the problem is the way of suiting the device frame.&lt;/P&gt;
&lt;P&gt;Usually, the supplier provides information on how to generate communication with the IC.&lt;/P&gt;
&lt;P&gt;We just provide the interface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 19:49:18 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2023-06-08T19:49:18Z</dc:date>
    <item>
      <title>Is there any function to read register value of temperature sensor through i2c master in S32K146?</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662683#M3132</link>
      <description>&lt;P&gt;I found the place to modify the slave address but I couldn't find the place to modify the register address.&lt;BR /&gt;I am a beginner so can you please help this out? Now I am working on i2c master programming.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:06:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662683#M3132</guid>
      <dc:creator>Jeevitha</dc:creator>
      <dc:date>2023-06-02T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662900#M3133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210394"&gt;@Jeevitha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you already consult the LPI2C examples for master and slave that are included in the SDK?&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>Fri, 02 Jun 2023 21:15:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662900#M3133</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-02T21:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662952#M3134</link>
      <description>&lt;P&gt;Yes, I have already consulted the LPI2C examples.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 05:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1662952#M3134</guid>
      <dc:creator>Jeevitha</dc:creator>
      <dc:date>2023-06-03T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1663503#M3136</link>
      <description>&lt;P&gt;I have tried lots of solutions as you discussed below in the previous forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/How-to-set-up-register-address-with-S32K118/m-p/1368127#M12686" target="_self"&gt;https://community.nxp.com/t5/S32K/How-to-set-up-register-address-with-S32K118/m-p/1368127#M12686&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/can-t-read-register-values-in-mpc5748g/td-p/726745" target="_self"&gt;https://community.nxp.com/t5/S32-Design-Studio/can-t-read-register-values-in-mpc5748g/td-p/726745&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Still, I am facing the same problem with reading the value from the register. Hope I am looking for your perfect solution. Please respond as soon as possible.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 13:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1663503#M3136</guid>
      <dc:creator>Jeevitha</dc:creator>
      <dc:date>2023-06-05T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1664247#M3137</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to assign my register address to the LPI2C master program? Is there any specific place for that or else I have to assign the register address directly to the buffer?( uint8_t masterRxBuffer[BUFF_SIZE];)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 10:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1664247#M3137</guid>
      <dc:creator>kavithastephen</dc:creator>
      <dc:date>2023-06-06T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1665503#M3139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218296"&gt;@kavithastephen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I am not what are you looking for, the structure of the I2C frame is the following:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1686173645358.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/226711iCAD7364E7877D8D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1686173645358.png" alt="VaneB_0-1686173645358.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you please help me to clarify what you mean by register address?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 21:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1665503#M3139</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-07T21:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1666020#M3142</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&lt;BR /&gt;I am using the TMP1075DGKT sensor for i2c communication. I want to read the device id register value from the sensor. How to assign the 16-bit&lt;/SPAN&gt;&lt;SPAN&gt; register address.&amp;nbsp; For this sensor the device ID register address is 0x0F.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1666020#M3142</guid>
      <dc:creator>kavithastephen</dc:creator>
      <dc:date>2023-06-08T08:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function to read register value of temperature sensor through i2c master in S32K146</title>
      <link>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1666400#M3143</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218296"&gt;@kavithastephen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the problem is the way of suiting the device frame.&lt;/P&gt;
&lt;P&gt;Usually, the supplier provides information on how to generate communication with the IC.&lt;/P&gt;
&lt;P&gt;We just provide the interface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 19:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Is-there-any-function-to-read-register-value-of-temperature/m-p/1666400#M3143</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-08T19:49:18Z</dc:date>
    </item>
  </channel>
</rss>

