<?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>i.MX RT Crossover MCUsのトピックRe: ADC_ETC B2B Mode</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/ADC-ETC-B2B-Mode/m-p/987610#M5547</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-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;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;/P&gt;&lt;P&gt;1) Yes.&lt;BR /&gt;2) Yes.&lt;BR /&gt;3) Yes.&lt;BR /&gt;4) No, the Data in the ADCx_R0 register will be overwritten, but the data for chain elements #0 and #4 will be stored in TRIG0_RESULT_1_0 DATA0 and TRIG0_RESULT_5_4 DATA4 registers.&lt;BR /&gt;5) It needs to set up the conversion control groups in the ADC peripheral driver in the MCUXpresso Config Tools.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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 ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2020 07:30:50 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2020-02-07T07:30:50Z</dc:date>
    <item>
      <title>ADC_ETC B2B Mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/ADC-ETC-B2B-Mode/m-p/987609#M5546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already posted some questions regarding ADC and ADC_ETC in this &lt;A _jive_internal="true" href="https://community.nxp.com/thread/523326"&gt;post&lt;/A&gt; but have got no answer so far. Now I have another question.&lt;/P&gt;&lt;P&gt;The RT1020 Reference Manual provides this diagram where I added some information for my question below.&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/101987i1B47681886DBFC28/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;&lt;/P&gt;&lt;P&gt;I think the above timing diagram would equal to these settings in MCUXpresso Config Tools:&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/101989i97CA41A2F8B71A94/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;*****&lt;/P&gt;&lt;P&gt;Question 1:&lt;/P&gt;&lt;P&gt;Are my following thoughts regarding the signals correct?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;EM&gt;xbar_trigger&lt;/EM&gt; comes from the peripheral I chose (PIT_TRIGGER0)&lt;/LI&gt;&lt;LI&gt;The &lt;EM&gt;xbar_trigger&lt;/EM&gt; will be internally delayed in the ADC_ETC peripheral and after the Initial delay it will generate an internal signal &lt;EM&gt;trigger_req&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Some other part of the peripheral will receive the &lt;EM&gt;trigger_req&lt;/EM&gt; signal and send the &lt;EM&gt;adc_trigger&lt;/EM&gt; signal to the ADC peripheral. Each pulse on the &lt;EM&gt;adc_trigger&lt;/EM&gt; signal corresponds to one ADC_ETC chain entry for the selected trigger. Therefore after the initial delay the first trigger pulse will start the conversion of chain element #0, the second pulse will start conversion for chain element #1 and so on. Chain elements #3 and #4 will be triggered back2back.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;Is it correct that Chain element #3 has b2b enabled which means "If chain #2 finished the conversion start conversion of chain #3 as soon as possible"?&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;Is it correct that the b2b field of Chain #0 has no effect because it is the first chain # which will be triggered and it only waits for the initial delay?&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 Conversion control group can be selected for every chain element. The conversion control group specifies which control register for hardware triggers and which result register (ADCx_HCn &amp;amp; ADCx_Rn) will be used for the conversion.&lt;/P&gt;&lt;P&gt;If I set up my chain element #0 and chain element #4 to use the Conversion control group 0, will the conversion result of chain #4 overwrite the conversion result of chain #0?&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;Do I have to set up the Conversion control groups in the ADC peripheral driver with MCUXpresso Config Tools like this&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/101992i97E13E87D78C7C3A/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;(every Conversion control group with Channel number set to CHANNEL_DRIVEN_BY_ADC_ETC) or will it be enough to initialize the ADC_ETC and the ADC channels will be initialized by the ADC_ETC peripheral?&lt;/P&gt;&lt;P&gt;If I set up the channels like shown above it will result in the warning that there are some duplicated ADC channels in the configuration &amp;gt; the warning suggests that I am doing something wrong here.&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, 05 Feb 2020 16:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/ADC-ETC-B2B-Mode/m-p/987609#M5546</guid>
      <dc:creator>imxrtuser</dc:creator>
      <dc:date>2020-02-05T16:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ADC_ETC B2B Mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/ADC-ETC-B2B-Mode/m-p/987610#M5547</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-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;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;/P&gt;&lt;P&gt;1) Yes.&lt;BR /&gt;2) Yes.&lt;BR /&gt;3) Yes.&lt;BR /&gt;4) No, the Data in the ADCx_R0 register will be overwritten, but the data for chain elements #0 and #4 will be stored in TRIG0_RESULT_1_0 DATA0 and TRIG0_RESULT_5_4 DATA4 registers.&lt;BR /&gt;5) It needs to set up the conversion control groups in the ADC peripheral driver in the MCUXpresso Config Tools.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&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 ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 07:30:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/ADC-ETC-B2B-Mode/m-p/987610#M5547</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-07T07:30:50Z</dc:date>
    </item>
  </channel>
</rss>

