<?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: RT1052 ADC function in low power run mode in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989794#M5726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend you to check &lt;A href="https://www.nxp.com/docs/en/application-note/AN12085.pdf"&gt;How to use i.MX RT Low Power Feature&lt;/A&gt; application note. In Low power run mode, all PLL are powered down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use IPG CLK ADC should be able to work in Low Power run mode, please make sure you enable low power configuration in ADC_CFG[ADLPC] register.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2020 19:26:49 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2020-03-20T19:26:49Z</dc:date>
    <item>
      <title>RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989793#M5725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I run into an issue of the ADC which doesn't work in low power run mode (all PLLs are disabled except for PLL2 bypass 24M XTALOSC, core runs at 24MHz frequency), but it's fine in full speed mode. I thought some settings of ADC clock might be incorrect. Having tried different clock sources (ADACK and IPG(12M)), ADC High Speed Configuration(ADHSC)&amp;nbsp;isn't enabled and ADC1/2 clock gates are&amp;nbsp;enabled, no any improvement. Is ADC able to work in low power run mode? If so, what else I can try? Thank you!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case 1&lt;/STRONG&gt;, use default settings (ADACK clock), it works in full speed run mode, but not low power run mode.&lt;/P&gt;&lt;P&gt;ADC_GetDefaultConfig(&amp;amp;adcConfigStrcut);&lt;BR /&gt;ADC_Init(ADC_BASE, &amp;amp;adcConfigStrcut);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case 2&lt;/STRONG&gt;, use 12MHz IPG clock, only tried in low power run mode, it doesn't work.&lt;/P&gt;&lt;P&gt;ADC_GetDefaultConfig(&amp;amp;adcConfigStrcut);&lt;BR /&gt; adcConfigStrcut.enableAsynchronousClockOutput = false;&lt;BR /&gt; adcConfigStrcut.clockSource = kADC_ClockSourceIPG;&lt;BR /&gt; ADC_Init(ADC_BASE, &amp;amp;adcConfigStrcut);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 05:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989793#M5725</guid>
      <dc:creator>ffloree</dc:creator>
      <dc:date>2020-03-19T05:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989794#M5726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend you to check &lt;A href="https://www.nxp.com/docs/en/application-note/AN12085.pdf"&gt;How to use i.MX RT Low Power Feature&lt;/A&gt; application note. In Low power run mode, all PLL are powered down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use IPG CLK ADC should be able to work in Low Power run mode, please make sure you enable low power configuration in ADC_CFG[ADLPC] register.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989794#M5726</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-03-20T19:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989795#M5727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;Thank you for looking at it.&lt;/P&gt;&lt;P&gt;The low power run mode&amp;nbsp;has been working fine, the problem is only that ADC failed to work in this mode. By enabling ADLPC, still no any improvement,&amp;nbsp;ADCx_GS is the same as before, reporting&amp;nbsp;CALF(Calibration Failed Flag), but the hardware trigger isn't selected, no any ADC register setting,&amp;nbsp;and stop mode has never been&amp;nbsp;entered. The internal clock of ADC (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;ADACK) is dedicated whatever is in full speed run mode or low power run mode, I don't understand why the same ADC settings (or add &lt;SPAN style="color: #3d3d3d;"&gt;ADLPC&lt;/SPAN&gt;) doesn't work in low power run mode. By the way, its long sample mode (ADLSMP) was tried, not working either.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 02:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989795#M5727</guid>
      <dc:creator>ffloree</dc:creator>
      <dc:date>2020-03-23T02:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989796#M5728</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/nxf46115"&gt;nxf46115&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I found the cause. While entering low power run code,&amp;nbsp;the analog bandgap reference circuitry would be powered down by setting bit&amp;nbsp;REFTOP_PWD.&lt;/P&gt;&lt;P&gt;See SDK code&amp;nbsp;LPM_LowPowerRun()-&amp;gt;BandgapOff(). Can I keep this bit 0 and ADC available in low power run mode? Noticing the message below, I concern&amp;nbsp;the power mode switching issues if a wrong setting of bit here, my system needs MCU to work in full speed run and low power run mode. Do you have any suggestion of making ADC usable in both low power run and full speed run modes?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99240i25FC66D03ACCAF88/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989796#M5728</guid>
      <dc:creator>ffloree</dc:creator>
      <dc:date>2020-03-24T07:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989797#M5729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There should not be an issue with that. As you can see in the application note I mentioned, &lt;STRONG&gt;Low Power Bandgap&lt;/STRONG&gt; is disabled only in &lt;STRONG&gt;SNVS&lt;/STRONG&gt; mode and &lt;STRONG&gt;Normal Bandgap&lt;/STRONG&gt; is disabled in &lt;STRONG&gt;Low Power Idle&lt;/STRONG&gt;, &lt;STRONG&gt;Suspend&lt;/STRONG&gt; and &lt;STRONG&gt;SNVS&lt;/STRONG&gt; mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 23:06:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989797#M5729</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-03-24T23:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 ADC function in low power run mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989798#M5730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/nxf46115"&gt;nxf46115&lt;/A&gt;‌!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 08:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-ADC-function-in-low-power-run-mode/m-p/989798#M5730</guid>
      <dc:creator>ffloree</dc:creator>
      <dc:date>2020-03-27T08:31:04Z</dc:date>
    </item>
  </channel>
</rss>

