<?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: Understanding ADC + ADC-ETC in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015786#M6639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jeremy,&lt;/P&gt;&lt;P&gt;I did not save the MEX file but I tried to recreated it. It is attached to this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update to Question 9:&lt;/P&gt;&lt;P&gt;I understand now that the Conversion control group selects the ADCx_HCn and the corresponding ADCx_Rn registers for the measurement.&lt;/P&gt;&lt;P&gt;But as I mention in &lt;A _jive_internal="true" href="https://community.nxp.com/thread/523908"&gt;this post&lt;/A&gt;, I think that there is something wrong with the selectable groups because there are no ADCx_HC8 to ADCx_HC15 registers for the IMXRT1020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not know where to post what and some of the questions fit into the MCUXpresso Config Tools forum and some here for general information so there are some questions duplicated in these three posts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the post you are reading now&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/523908"&gt;possible bugs in MCUXpresso Config Tools&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/523907"&gt;B2B and Chains&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2020 08:31:34 GMT</pubDate>
    <dc:creator>imxrtuser</dc:creator>
    <dc:date>2020-02-06T08:31:34Z</dc:date>
    <item>
      <title>Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015784#M6637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to understand the ADC and ADC-ETC peripheral and to configure them with MCUXpresso Tools v7. I have read the reference manual and a lot of posts but I still need some more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have addeded the peripheral drivers ADC1, ADC2 and ADC_ETC to my MCUXpresso peripherals tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;Question 1:&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/99891i4FC3A20DFE28408A/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;P&gt;Hovering above this check box tells me that checking it will optimize ADC start up time, but how much faster will it be if I enable it?&lt;/P&gt;&lt;P&gt;The reference manual states&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99920i9369F0B4750F25BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;, but it does not tell me how much faster it will be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99959i6A68F240546B916A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How much higher is the ADC clock? The "normal" frequency is 10 MHz correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;Question 3:&lt;/P&gt;&lt;P&gt;About the low power mode the pseudo-code example (60.6.1.2) states in a comment that the low power mode lowers the maximum clock speed. Does it more? To which frequency does it lower the clock speed? If this one lowers the clock speed then selecting "high speed" and "low power" makes no sense right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;Question 4:&lt;/P&gt;&lt;P&gt;The ADC averaging of 4 samples is just a arithmetic average (e.g. Result = (Measurement1 + Measurement2 + Measurement3 + Measurement4)/4) right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;Question 5:&lt;/P&gt;&lt;P&gt;I want all channels of the ADCs to be controlled by ADC-ETC, but if I add more than one channel with the channel number to "CHANNEL_DRIVEN_BY_ADC_ETC" I get a warning that there are some duplicated ADC channels in the configuration. Do I have to set every channel with "CHANNEL_DRIVEN_BY_ADC_ETC" or just leave the "Channels configuration" empty?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100020i944B594A0E651E57/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** After here ADC-ETC questions&lt;/P&gt;&lt;P&gt;Question 6:&lt;/P&gt;&lt;P&gt;The Trigger group depends on the selected Trigger source. If I hover above the Sync mode checkbox I can see that there are couples wich can be triggered from the same trigger.&lt;/P&gt;&lt;P&gt;I set up Trigger group 0 and now I want to also Trigger group 4 in sync to it. For that I have to set up a new XBARA Trigger configuration where I choose XBAR1_TRIG,0 as Trigger source and I set the Sync mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99960i8F01794C17C741BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the Trigger source field there is the entry "0 &amp;gt;&amp;gt; LOGIC_LOW" which suggests that the trigger is connected to GND. Do I have to be concerned about that or does it not matter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Question 7:&lt;/P&gt;&lt;P&gt;The boxes "Desired initial delay" and "Desired interval delay"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100106i611DECFC5401BE94/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;have to be set to at least 1 tick. The reference manual entry to ETC_TRIG0 Counter Register does not mention that the counter has to be set at least to 1 tick.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100148iF51C9B9F5B97738D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to set it to 1 or is it allowed to be zero?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hint to the MCUXpresso Config Tools Development Team: The text "Real interval delay" is used for the "Desired initial delay" settings and I think it should be "Real initial delay".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Question 8:&lt;/P&gt;&lt;P&gt;I want to measure the same input 8 times and at the end the DONE0 interrupt should be fired. I set the Chain configuration to&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99961i94EB0EF6231ED349/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And after triggering once it will do chain 0, after chain 0 finished it will automatically do chain 1, then chain 2.... correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the data be stored in TRIG0_RESULT_1_0 DATA0 to TRIG0_RESULT_7_6 DATA7 or will every chain write the result of the measurement to TRIG0_RESULT_1_0 DATA0 because I selected "Conversion control group Group 0" for every chain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Question 9:&lt;/P&gt;&lt;P&gt;What does the entry "Conversion control group" do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Question 10:&lt;/P&gt;&lt;P&gt;If I want to sample one channel (e.g. ADC1 IN 14) 20 times, store the data to a buffer in RAM and after the 20th sample has been measured it shoud fire an interrupt? There should be no CPU intervention everything should be done in hardware until the interrupt condition is reached.&lt;/P&gt;&lt;P&gt;Do I have to use this method and &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335320"&gt;emulate Scan Mode&lt;/A&gt; or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 15:10:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015784#M6637</guid>
      <dc:creator>imxrtuser</dc:creator>
      <dc:date>2020-01-29T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015785#M6638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="354250" data-username="stefan.mitterhauser@lst.at" href="https://community.nxp.com/people/stefan.mitterhauser@lst.at"&gt;Stefan Mitterhauser&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and &lt;BR /&gt;for the opportunity to serve you.&lt;BR /&gt;Before answering your question, I was wondering if you can share the MEX file of your project, as it can help me to understand your question correctly and figure it out efficiently.&lt;BR /&gt;Looking forward to your reply.&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 06:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015785#M6638</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-06T06:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015786#M6639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jeremy,&lt;/P&gt;&lt;P&gt;I did not save the MEX file but I tried to recreated it. It is attached to this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update to Question 9:&lt;/P&gt;&lt;P&gt;I understand now that the Conversion control group selects the ADCx_HCn and the corresponding ADCx_Rn registers for the measurement.&lt;/P&gt;&lt;P&gt;But as I mention in &lt;A _jive_internal="true" href="https://community.nxp.com/thread/523908"&gt;this post&lt;/A&gt;, I think that there is something wrong with the selectable groups because there are no ADCx_HC8 to ADCx_HC15 registers for the IMXRT1020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not know where to post what and some of the questions fit into the MCUXpresso Config Tools forum and some here for general information so there are some questions duplicated in these three posts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the post you are reading now&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/523908"&gt;possible bugs in MCUXpresso Config Tools&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/523907"&gt;B2B and Chains&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 08:31:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015786#M6639</guid>
      <dc:creator>imxrtuser</dc:creator>
      <dc:date>2020-02-06T08:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015787#M6640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="354250" data-username="stefan.mitterhauser@lst.at" href="https://community.nxp.com/people/stefan.mitterhauser@lst.at"&gt;Stefan Mitterhauser&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;/P&gt;&lt;P&gt;For ADC questions&lt;BR /&gt;1 Hovering above this checkbox tells me that checking it will optimize ADC startup time, but how much faster will it be if I enable it?&lt;BR /&gt;-- The Asynchronous clock is selected as the clock source of the ADC will optime ADC start time, it's nothing related to the ADACKEN setting.&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/102015i5AF5B1294FCA2ED5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;2. The High-Speed configuration allows the ADC can work with the higher clock.&lt;BR /&gt;3) I've not found the pseudo-code example code in the RM of RT1050, whether you can attach the codes here.&lt;BR /&gt;4) The ADC averaging of 4 samples is just a arithmetic average (e.g. Result = (Measurement1 + Measurement2 + Measurement3 + Measurement4)/4) right?&lt;BR /&gt;-- Yes.&lt;BR /&gt;5) These warnings just remind you to select the ADC sample channel prudently to avoid select duplicated ADC channels&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 11:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015787#M6640</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-06T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015788#M6641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for your answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The checkbox "Start asynchronous clock output" will be stored in the ADC1_config structure&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;.enableAsynchronousClockOutput = true,&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;which will be set in the function ADC_Init&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;if (config-&amp;gt;enableAsynchronousClockOutput)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp32 |= ADC_GC_ADACKEN_MASK;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;so this option sets the ADACKEN bit in the register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does the peripheral optimize start up time and how much faster will it be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;2. The High-Speed configuration allows the ADC can work with the higher clock.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So I have to provide the higher clock myself with IPG_CLK_ROOT? What is the minimum frequency where I have to activate the High-Speed configuration for proper work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;3) I've not found the pseudo-code example code in the RM of RT1050, whether you can attach the codes here.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here the code example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103297i094F83595FA7A5C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;7) Is it necessary to set it to 1 or is it allowed to be zero?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;-- It allows being zero actually.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Okay I'll add it to my list over on the MCUXpresso Config Tools post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 12:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015788#M6641</guid>
      <dc:creator>imxrtuser</dc:creator>
      <dc:date>2020-02-06T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015789#M6642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="354250" data-username="stefan.mitterhauser@lst.at" href="https://community.nxp.com/people/stefan.mitterhauser@lst.at"&gt;Stefan Mitterhauser&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;For ADC_ETC questions&lt;BR /&gt;5) Do I have to be concerned about that or does it not matter?&lt;BR /&gt;-- The trigger source means the external triggers from the XBAR module.&lt;BR /&gt;7) Is it necessary to set it to 1 or is it allowed to be zero?&lt;BR /&gt;-- It allows being zero actually.&lt;BR /&gt;8) Data be stored in TRIG0_RESULT_1_0 DATA0 to TRIG0_RESULT_7_6 DATA7 &lt;BR /&gt;10) Regarding to your purpose, it's a bit easy than the emulate Scan Mode, as the sampled ADC channel keeps the same, the general DMA feature is enough to implement it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015789#M6642</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-06T13:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015790#M6643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;1) When you have selected Asynchronous Clock as the clock source and then check the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;checkbox "Start asynchronous clock output", you are able to see the change in the "Resulting conversion time" info item below the "Conversion" configuration structure (above "Result correction" &lt;SPAN&gt;configuration structure&lt;/SPAN&gt;).&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;2) When you want to run the ADC at the highest speed so you can choose some other clock source like you say.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And you can find information about ranges in the datasheet in chapter "Electrical characteristics" -&amp;gt; "Analog" -&amp;gt; "A/D converter". Screenshots below are taken from &lt;A class="link-titled" href="https://www.nxp.com/docs/en/data-sheet/IMXRT1050CEC.pdf" title="https://www.nxp.com/docs/en/data-sheet/IMXRT1050CEC.pdf"&gt;https://www.nxp.com/docs/en/data-sheet/IMXRT1050CEC.pdf&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&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/102084i5F54420454CD1F1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102132iEEA51E3420D3CE55/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;As you can see typical value of Asynchronous clock in high speed is 20 MHz, other clock source ranges are in the table first table.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;3) You're right the combination of bitfields ADHSC = 1 and ADLPC =1 is nonsense, so it is&amp;nbsp;not in the datasheet also as you can see in the first table above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;7) OK, "Desired initial delay"&amp;nbsp;value can be 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But for the Interval it doesn't make sense to start next conversion in chain without delay, it can only abort previous undone conversion or leads into the error interrupt.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hope it will helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jiri&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 23:28:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015790#M6643</guid>
      <dc:creator>jch</dc:creator>
      <dc:date>2020-02-06T23:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015791#M6644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="354250" data-objecttype="3" href="https://community.nxp.com/people/stefan.mitterhauser@lst.at"&gt;Stefan Mitterhauser&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) How does the peripheral optimize startup time and how much faster will it be?&lt;BR /&gt;-- Please check the below figure.&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/102099iE5AD8A1FF3B5ECB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;2) I think &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="211511" data-username="jch" href="https://community.nxp.com/people/jch"&gt;Jiri Chvatik&lt;/A&gt; &lt;/SPAN&gt;already gived a detail clarification for question 2 &amp;amp; 3.&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 04:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015791#M6644</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-07T04:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding ADC + ADC-ETC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015792#M6645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jeremy and Jiri!&lt;BR /&gt;That was the connection I was missing to understand the peripherals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 10:24:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Understanding-ADC-ADC-ETC/m-p/1015792#M6645</guid>
      <dc:creator>imxrtuser</dc:creator>
      <dc:date>2020-02-07T10:24:41Z</dc:date>
    </item>
  </channel>
</rss>

