<?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: EB_MCAL - MCU Internal Temperature</title>
    <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782833#M30201</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can find the release SW32K3_S32M27x_RTD_R21-11_4.0.0&lt;/P&gt;
&lt;P&gt;at the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3790868" target="_blank"&gt;https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3790868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 08:20:10 GMT</pubDate>
    <dc:creator>Nhi_Nguyen</dc:creator>
    <dc:date>2024-01-04T08:20:10Z</dc:date>
    <item>
      <title>EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1689340#M25213</link>
      <description>&lt;P&gt;Hello NXP team,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I was connected with NXP Team member SENLENT. He said create a new question with EB as a subject name. Can you share the info with respect to the EB tool.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I tried with this post&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K3-Temperature-Sensor-S32-DS-V3-5-RTD-2-0-2/ta-p/1679110" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K3-Temperature-Sensor-S32-DS-V3-5-RTD-2-0-2/ta-p/1679110&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am getting the value for this on data variable by using&amp;nbsp;&lt;SPAN&gt;Adc_StartGroupConversion ()&amp;nbsp;&lt;/SPAN&gt;instead of using&amp;nbsp;&lt;SPAN&gt;Adc_Sar_Ip_GetConvData().&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;For tempsense variable is not updating correctly always its giving 6733(Tca0) value in Tempsense variable so its giving an result as high temperature.&lt;BR /&gt;&lt;BR /&gt;How to read MCU internal temperature sensor value through ADC.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_0-1689847776287.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232669i9F2403A6E64FCD31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_0-1689847776287.png" alt="Venukumar_0-1689847776287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How to configure this pin in the EB_configuration.&lt;BR /&gt;which pin need to configured for this.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Adc_Sar_Ip_TempSenseEnable();&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Adc_Sar_Ip_GetConvData();&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Adc_Sar_Ip_TempSenseCalculateTemp();&lt;BR /&gt;&lt;BR /&gt;These Api i used for accessing the values from the register.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_1-1689847776675.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232670i7AAFCFFF67F7B03A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_1-1689847776675.png" alt="Venukumar_1-1689847776675.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After this its Tca1 its going to the vector catch.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_2-1689847777126.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232671i0F16C9489E8BCA8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_2-1689847777126.png" alt="Venukumar_2-1689847777126.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;its going to the trap_bus_isr and went to vector catch.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can you tell me the flow or procedure how to access the temperature value (ETS) from MCU chip by using EB tool.&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1689340#M25213</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2023-07-20T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1697121#M25678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_6" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874" target="_self" aria-label="View Profile of Venukumar"&gt;Venukumar&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Follow RM:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1690944351654.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234634i9CBBA63FADAEE393/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1690944351654.png" alt="Nhi_Nguyen_0-1690944351654.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To enable Tempsense's features, you need to enable these parameters in EB:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_1-1690944968256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234637i842203C5C7E808E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_1-1690944968256.png" alt="Nhi_Nguyen_1-1690944968256.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To Tempsense output is input of ADC, you need to enable:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_2-1690945371645.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234638iD4202B5FE331675F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_2-1690945371645.png" alt="Nhi_Nguyen_2-1690945371645.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_3-1690946003512.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234641iB0B02CAE2612F22F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_3-1690946003512.png" alt="Nhi_Nguyen_3-1690946003512.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Follow RM, to convert from voltage to temperature:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_4-1690946061866.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234642i124145D3D37A6CBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_4-1690946061866.png" alt="Nhi_Nguyen_4-1690946061866.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this expression, TCA0, TCA1, TCA2 are read-only and normally not change(or change just a little bit) and they have value:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_5-1690946215446.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234643i0CF8E91F46CD19B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_5-1690946215446.png" alt="Nhi_Nguyen_5-1690946215446.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, in your case TCA0 is correct.&lt;/P&gt;
&lt;P&gt;I encountered the issue that temperature couldn't convert correctly for the package RTM201 through the function Adc_TempSenseCalculateTemp(), but this issue fixed in the latest version RTM 300_P07 or fixed early. So, if you're using old version, please upgrade it.&lt;/P&gt;
&lt;P&gt;For clock, please don't forget to enable this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_6-1690946664734.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234645iF1AF20044CF013F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_6-1690946664734.png" alt="Nhi_Nguyen_6-1690946664734.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 03:24:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1697121#M25678</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-08-02T03:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1734864#M27606</link>
      <description>&lt;P&gt;Hi Nhi,&lt;BR /&gt;&lt;BR /&gt;I configured like, what you mentioned.&lt;BR /&gt;I'm able to get the value but how i will get the value in a degree based(like 35deg or 56deg)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AdcReadGroupResult_1&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;] is the Tempsense channe output(1239).&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;here i got the value as 3517 by using this Api --&amp;gt;&amp;nbsp;&lt;SPAN&gt;Adc_Sar_Ip_TempSenseGetTemp&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Can you please tell me how to convert (api)this value into a degree based.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_0-1696597311432.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/243885iE9BDF83012CF34AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_0-1696597311432.png" alt="Venukumar_0-1696597311432.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_1-1696597323023.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/243886i527811545F258956/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_1-1696597323023.png" alt="Venukumar_1-1696597323023.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 13:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1734864#M27606</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2023-10-06T13:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1737038#M27738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The return value of the function Adc_Sar_Ip_TempSenseCalculateTemp()&amp;nbsp;is in fixed-point format as description below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1696994838606.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244410iDF554697EABEF940/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1696994838606.png" alt="Nhi_Nguyen_0-1696994838606.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Some expressions used to calculate:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_1-1696995038647.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244411i4D44EDE238ECD880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_1-1696995038647.png" alt="Nhi_Nguyen_1-1696995038647.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_2-1696995062041.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244412i00385683B7B57D6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_2-1696995062041.png" alt="Nhi_Nguyen_2-1696995062041.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_3-1696995151407.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244413iB023817AC01663E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_3-1696995151407.png" alt="Nhi_Nguyen_3-1696995151407.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- Conversion resolution&lt;/P&gt;
&lt;P&gt;- Reference Voltage, in my case, Vref is 5V.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_4-1696995267379.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244414iA43DE10B98CC60B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_4-1696995267379.png" alt="Nhi_Nguyen_4-1696995267379.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_5-1696995779297.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244417iC36AFCE7576DB33F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_5-1696995779297.png" alt="Nhi_Nguyen_5-1696995779297.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seem that there is difference result between expression in RM and driver. I'll contact to SW team and get feedback from them.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 03:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1737038#M27738</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-10-11T03:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1737197#M27751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;SW team confirm that they didn't handle tolerance well. The ticket RTD-24483 raised to improve this. It'll be integrated in the release RTM 400.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:13:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1737197#M27751</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-10-11T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1739599#M27838</link>
      <description>&lt;P&gt;Hi Nhi,&lt;BR /&gt;&lt;BR /&gt;I'm getting the value as 1239 from adcgroupresult for the tempsensor channel.&lt;BR /&gt;&lt;BR /&gt;1239*(3.3/4095)=0.9984&lt;BR /&gt;&lt;BR /&gt;So, if i calculate by using this formula, the temperature value will be 200+degree.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to do this .&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 14:25:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1739599#M27838</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2023-10-13T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1739860#M27846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;From my point of view, your problem can come from setting parameters to measure temperature is incorrect. As I said in the previous comment, please take care these parameters:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1697417188671.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245128i1F1C1FCF7294C9CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1697417188671.png" alt="Nhi_Nguyen_0-1697417188671.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 00:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1739860#M27846</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-10-16T00:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1740060#M27855</link>
      <description>&lt;P&gt;Hi Nhi,&lt;BR /&gt;&lt;BR /&gt;Reference voltage 3.3v&lt;BR /&gt;Conversion resolution 12bit&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_0-1697437604925.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245184i0EF24AB2C34FFD37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_0-1697437604925.png" alt="Venukumar_0-1697437604925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_1-1697437869444.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245185i9313F4529B078CBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_1-1697437869444.png" alt="Venukumar_1-1697437869444.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Parameters is correct only. But while reading the temperature value giving wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 06:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1740060#M27855</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2023-10-16T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1740130#M27857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Because Vref value depends on the board. So, my suggestion that you can use the example that was attached in the package, then you can ensure that setting for ADC is correct, then change one of channel that measured to temperature channel.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;I used this example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1697440045092.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245211i6ED6C190B8481673/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1697440045092.png" alt="Nhi_Nguyen_0-1697440045092.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Follow to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_1-1697440067124.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245212i320E2AE48ABB7833/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_1-1697440067124.png" alt="Nhi_Nguyen_1-1697440067124.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Vref in my case: 5V.&lt;/P&gt;
&lt;P&gt;I changed channel 1 to temperature channel as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_2-1697440250036.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245224i0208DC650C0F3793/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_2-1697440250036.png" alt="Nhi_Nguyen_2-1697440250036.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_3-1697440435619.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245226iC144795A0FA270D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_3-1697440435619.png" alt="Nhi_Nguyen_3-1697440435619.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_4-1697440534614.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245227i0CD5160D32AA0C7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_4-1697440534614.png" alt="Nhi_Nguyen_4-1697440534614.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result is as in previous comment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 07:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1740130#M27857</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-10-16T07:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1750244#M28322</link>
      <description>&lt;P&gt;Hi Nhi,&lt;BR /&gt;&lt;BR /&gt;I used the same configuration like 5V as reference like you mentioned.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_0-1698837420087.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247901iF265892258C663D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_0-1698837420087.png" alt="Venukumar_0-1698837420087.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I got the value from ADC is 1059 (last value for the temperature sensor) its varying from 1059 to 1887 like that and its reducing in the low level also,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_1-1698837497693.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247902i70C1D3D2C5FF64F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_1-1698837497693.png" alt="Venukumar_1-1698837497693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_2-1698837906969.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247906iA1A9DB7C4DDE5741/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_2-1698837906969.png" alt="Venukumar_2-1698837906969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This Api I'm using.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm confusing for this temperature channel value updating.&lt;BR /&gt;Can you share the whole process, I did whatever you mentioned but need a clarity for me.&lt;BR /&gt;You mentioned like some RTD&amp;nbsp; versions. Can you share the link for download as well?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 11:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1750244#M28322</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2023-11-01T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1753399#M28455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I attached an example that I just changed a little bit based on available example that attached in the package. you can try it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1699347702220.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248791i1FE2044DD38B9189/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1699347702220.png" alt="Nhi_Nguyen_0-1699347702220.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can read readme to know more information about board used. I'm using the package&amp;nbsp;SW32K3_RTD_R21-11_3.0.0_P07. You can find it at the link:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nxp.flexnetoperations.com/control/frse/product?child_plneID=830617" target="_blank"&gt;https://nxp.flexnetoperations.com/control/frse/product?child_plneID=830617&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 09:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1753399#M28455</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-11-07T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1758151#M28689</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Is the value of Temp converted to decimal the temperature actually captured by the temperature sensor?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 07:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1758151#M28689</guid>
      <dc:creator>aze</dc:creator>
      <dc:date>2023-11-16T07:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1758152#M28690</link>
      <description>or others？&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2023 07:25:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1758152#M28690</guid>
      <dc:creator>aze</dc:creator>
      <dc:date>2023-11-16T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782790#M30194</link>
      <description>Hi Nhi,&lt;BR /&gt;Can you share the RTD package for this version&lt;BR /&gt;SW32K3_RTD_R21-11_3.0.0_P07.&lt;BR /&gt;&lt;BR /&gt;Im using this version --&amp;gt; SW32K3_RTD_4.4_2.0.0&lt;BR /&gt;&lt;BR /&gt;So it will be helpful</description>
      <pubDate>Thu, 04 Jan 2024 07:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782790#M30194</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2024-01-04T07:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782823#M30197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;All data in this thread that I said as example, they captured from the example that I was attached and sent to you, like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_0-1704355873561.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256671iA5517062F1270ADF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_0-1704355873561.png" alt="Nhi_Nguyen_0-1704355873561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 08:11:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782823#M30197</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2024-01-04T08:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782833#M30201</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can find the release SW32K3_S32M27x_RTD_R21-11_4.0.0&lt;/P&gt;
&lt;P&gt;at the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3790868" target="_blank"&gt;https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3790868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 08:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1782833#M30201</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2024-01-04T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783038#M30229</link>
      <description>&lt;P&gt;Hi Nhi,&lt;BR /&gt;Can you please check with this RTD&amp;nbsp;&lt;STRONG&gt;SW32K3_RTD_4.4_2.0.0 .&lt;BR /&gt;&lt;/STRONG&gt;To check the MCU temperature.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 13:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783038#M30229</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2024-01-04T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783445#M30267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Did you try to run the example that I attached to previous comment? In my example, Vref = 5 not 3.3V. You can refer to read me to see board used. Because as far as I know, Changing board make default Vref change. You also need to upgrade to the latest version also.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 07:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783445#M30267</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2024-01-05T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783714#M30288</link>
      <description>&lt;P&gt;Hi Nhi,&lt;/P&gt;&lt;P&gt;Can I use this RTD package for&amp;nbsp;MCU Internal Temperature?&lt;BR /&gt;Currently we are using&amp;nbsp;SW32K3_RTD_4.4_2.0.0.&lt;BR /&gt;Our MCU is S32K342.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_0-1704462001015.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256907iEE19C4FAB5A11FDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_0-1704462001015.png" alt="Venukumar_0-1704462001015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venukumar_1-1704462066174.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256908i92B1837750CB8247/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Venukumar_1-1704462066174.png" alt="Venukumar_1-1704462066174.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 13:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1783714#M30288</guid>
      <dc:creator>Venu_M</dc:creator>
      <dc:date>2024-01-05T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: EB_MCAL - MCU Internal Temperature</title>
      <link>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1784035#M30315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210874"&gt;@Venu_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This should be the best package for known issues were fixed. In this package, have no the example for S32K342 so you need to import this project from the previous releases.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 02:59:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-MCAL-MCU-Internal-Temperature/m-p/1784035#M30315</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2024-01-08T02:59:14Z</dc:date>
    </item>
  </channel>
</rss>

