<?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: Internal Temperature Sensor for LPC832 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Temperature-Sensor-for-LPC832/m-p/1599472#M51643</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked all the UM of LPC8xx, none of them has on-chip temperature senor, so&amp;nbsp; you can not use the on-chip ADC to measure the junction temperature for LPC8xx.&lt;/P&gt;
&lt;P&gt;I have checked the ADC code in SDK package for LPC84x, but it is a bug, it should have&amp;nbsp; been deleted.&lt;/P&gt;
&lt;P&gt;#if !(defined(FSL_FEATURE_ADC_HAS_NO_INSEL) &amp;amp;&amp;amp; FSL_FEATURE_ADC_HAS_NO_INSEL)&lt;BR /&gt;/* Use the temperature sensor input to channel 0. */&lt;BR /&gt;ADC_EnableTemperatureSensor(DEMO_ADC_BASE, true);&lt;BR /&gt;#endif /* FSL_FEATURE_ADC_HAS_NO_INSEL. */&lt;/P&gt;
&lt;P&gt;For the LPC processor, if it has on-chip temperature senor, it should have the register.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1676451956865.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/210987i2D8D83688BFDA817/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1676451956865.png" alt="xiangjun_rong_0-1676451956865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LPC8xx does not have the Input Select Register.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 09:07:40 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2023-02-15T09:07:40Z</dc:date>
    <item>
      <title>Internal Temperature Sensor for LPC832</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Temperature-Sensor-for-LPC832/m-p/1599365#M51640</link>
      <description>&lt;P&gt;In the example ADC code for the LPC824MAX evaluation board, the comments refer to an internal temperature sensor on ADC0, channel 1.&amp;nbsp; I don't see anything specific about it in the documentation for the LPC824, and a google search doesn't really turn up any answers.&amp;nbsp; Is there an official source for the internal temperature sensor?&amp;nbsp; And does this same sensor exist on the LPC832 chip?&amp;nbsp; I could use this to seed the random number generator, if I can confirm it exists and works as expected.&amp;nbsp; My first pass with the ADC0 conversion on channel 1 on the LPC832 returns 0s, which doesn't seem correct.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 07:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Temperature-Sensor-for-LPC832/m-p/1599365#M51640</guid>
      <dc:creator>aaronm</dc:creator>
      <dc:date>2023-02-15T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Temperature Sensor for LPC832</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Temperature-Sensor-for-LPC832/m-p/1599472#M51643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked all the UM of LPC8xx, none of them has on-chip temperature senor, so&amp;nbsp; you can not use the on-chip ADC to measure the junction temperature for LPC8xx.&lt;/P&gt;
&lt;P&gt;I have checked the ADC code in SDK package for LPC84x, but it is a bug, it should have&amp;nbsp; been deleted.&lt;/P&gt;
&lt;P&gt;#if !(defined(FSL_FEATURE_ADC_HAS_NO_INSEL) &amp;amp;&amp;amp; FSL_FEATURE_ADC_HAS_NO_INSEL)&lt;BR /&gt;/* Use the temperature sensor input to channel 0. */&lt;BR /&gt;ADC_EnableTemperatureSensor(DEMO_ADC_BASE, true);&lt;BR /&gt;#endif /* FSL_FEATURE_ADC_HAS_NO_INSEL. */&lt;/P&gt;
&lt;P&gt;For the LPC processor, if it has on-chip temperature senor, it should have the register.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1676451956865.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/210987i2D8D83688BFDA817/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1676451956865.png" alt="xiangjun_rong_0-1676451956865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LPC8xx does not have the Input Select Register.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 09:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Temperature-Sensor-for-LPC832/m-p/1599472#M51643</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-02-15T09:07:40Z</dc:date>
    </item>
  </channel>
</rss>

