<?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: LPC55S69 : temperature measurement in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984979#M38842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you suggest exact minimal values what garantie good result in whole temperature range and evaluated on NXP side ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2020 09:04:17 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-03-06T09:04:17Z</dc:date>
    <item>
      <title>LPC55S69 : temperature measurement</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984977#M38840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm follow lpcadc_temperature measurement and fins out that whole ADC initialization. calibration and skip first samples take at list 10 ms. ADC clock is 12 Mhz in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I measure temperature after wakeup from PowerDown mode and I think this time is too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see all ADC settings are set in way to garantie as&amp;nbsp;accurate measurement as possible.&lt;/P&gt;&lt;P&gt;But what is not clear if internal temperature sensor must be handled with those settings or we can set more relaxing values for ADC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to set :&lt;/P&gt;&lt;P&gt;g_LpadcCommandConfigStruct.sampleTimeMode = kLPADC_SampleTimeADCK19;&lt;BR /&gt; g_LpadcCommandConfigStruct.hardwareAverageMode = kLPADC_HardwareAverageCount32; // + calibration at 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can see that total procession time is reduced a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you recommend as fast as possible setting for ADC what acceptable for handling temperature sensor in reliable way in whole temperature range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 11:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984977#M38840</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-03-04T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : temperature measurement</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984978#M38841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the two parameters:&lt;/P&gt;&lt;P&gt;g_LpadcCommandConfigStruct.sampleTimeMode = kLPADC_SampleTimeADCK19;&lt;BR /&gt; g_LpadcCommandConfigStruct.hardwareAverageMode = kLPADC_HardwareAverageCount32; // + calibration at 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the g_LpadcCommandConfigStruct.sampleTimeMode variable, it is dependent on the external signal source impedance, the smaller the signal source impedance is, the small value the g_LpadcCommandConfigStruct.sampleTimeMode variable should take.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the g_LpadcCommandConfigStruct.hardwareAverageMode variable, the ADC converter samples multiple times and compute an average value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know that the temperature sensor is a high impedance and stable signal, so you should assign big value for the g_LpadcCommandConfigStruct.sampleTimeMode variable, and assign small value for the g_LpadcCommandConfigStruct.hardwareAverageMode variable.&lt;/P&gt;&lt;P&gt;This is my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it camn help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 08:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984978#M38841</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-03-06T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : temperature measurement</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984979#M38842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you suggest exact minimal values what garantie good result in whole temperature range and evaluated on NXP side ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984979#M38842</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-03-06T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : temperature measurement</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984980#M38843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I can not give you the minimal value for the sample time parameter, because the temperature sensor impedance is not available.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 02:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-temperature-measurement/m-p/984980#M38843</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-03-09T02:39:57Z</dc:date>
    </item>
  </channel>
</rss>

