<?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>LPC MicrocontrollersのトピックLPC54608 Internal temperature sensor</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2415435#M59803</link>
    <description>&lt;P&gt;I tried to configure ADC for internal temperature sensor as given in LPC54608 user manual, but i couldn't read correct values. I used the slope, offset values given in data sheet also.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2026 17:58:17 GMT</pubDate>
    <dc:creator>Sai123_s</dc:creator>
    <dc:date>2026-09-22T17:58:17Z</dc:date>
    <item>
      <title>LPC54608 Internal temperature sensor</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2415435#M59803</link>
      <description>&lt;P&gt;I tried to configure ADC for internal temperature sensor as given in LPC54608 user manual, but i couldn't read correct values. I used the slope, offset values given in data sheet also.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 17:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2415435#M59803</guid>
      <dc:creator>Sai123_s</dc:creator>
      <dc:date>2026-09-22T17:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Internal temperature sensor</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2415488#M59804</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Could you help us confirm if you have used an example for the ADC as a base? If so, indicate which;&lt;/P&gt;
&lt;P&gt;Have you configured the input ADC Channel 0 and Input Select Register as 3 so you can select temperature sensor?&lt;/P&gt;
&lt;P&gt;For more detailed information, kindly refer to Chapter 44.6.2 in &lt;A href="https://www.nxp.com/webapp/Download?colCode=UM10912" target="_blank"&gt;LPC546xx User manual[UM10912]&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you could bring more details about, how did you configure the ADC temperature sensor, please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to &lt;A href="https://www.nxp.com/docs/en/data-sheet/LPC546XX.pdf" target="_blank"&gt;LPC546xx Product data sheet&lt;/A&gt; Chapter 7.22,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"After power-up, the temperature sensor output must be allowed to settle to its stable value&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;before it can be used as an accurate ADC input. For an accurate measurement of the temperature sensor by the ADC, the ADC must be configured in single-channel burst mode. The last value of a nine-conversion (or more) burst provides an accurate result."&lt;/EM&gt; Therefore, it could be that your Temperature sensor is not settle yet or you need to make more conversions in single channel burst mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also should consider optimize the ADC external circuit to minimize the ADC error related to external environment.&lt;/P&gt;
&lt;P&gt;This Application Note can help you in &lt;A href="https://www.nxp.com/docs/en/application-note/AN5250.pdf" target="_blank"&gt;How to Increase the Analog-to-Digital Converter Accuracy in an Application&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards, Luis&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 23:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2415488#M59804</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2026-09-22T23:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Internal temperature sensor</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2416161#M59806</link>
      <description>&lt;P&gt;I have configured in the following manner:&lt;/P&gt;&lt;P&gt;1. Cleared ADC, VREFP, VDDA, TS, ANA &amp;amp; wait for 20us&lt;/P&gt;&lt;P&gt;2. ADC clock enable,&amp;nbsp;AHBCLKCTRL0.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Clear the ADC0 peripheral reset using the PRESETCTRL0 register&lt;/P&gt;&lt;P&gt;4. set temperature channel in INSEL&lt;/P&gt;&lt;P&gt;5. Enable ADC &amp;amp; set clock to 15MHz using CLKDIV in ctrl register&lt;/P&gt;&lt;P&gt;5. Set Synchronous mode , 12-bit resolution, BYPASS = 0, TSAMP = 0&lt;/P&gt;&lt;P&gt;6. then configures sequence A in SEQA_CTRL, CHANNELS = 1, TRIGGER = 0, TRIGPOL = 0, SYNCBYPASS = 0, BURST = 0,&amp;nbsp;SINGLESTEP = 0,&amp;nbsp;LOWPRIO = 0,&amp;nbsp;MODE = 0,&amp;nbsp;SEQA_ENA = 1&lt;/P&gt;&lt;P&gt;7. SET CALIB = 1 &amp;amp; waited till CALIB = 0&lt;/P&gt;&lt;P&gt;8. then started conversion by START bit, read result&lt;/P&gt;&lt;P&gt;but result is same everytime &amp;amp; DATA VALID is not setting.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2026 15:53:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Internal-temperature-sensor/m-p/2416161#M59806</guid>
      <dc:creator>Sai123_s</dc:creator>
      <dc:date>2026-09-24T15:53:52Z</dc:date>
    </item>
  </channel>
</rss>

