<?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 Hello, i have a problem in ADC1 group B configuration using MKV31F256 device in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694573#M42773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i have a problem in ADC group B configuration&amp;nbsp;using MKV31F256 device.&lt;/P&gt;&lt;P&gt;So in my project, the adc1 SE18 channel is configured as group B, and it's triggered using PDB hardware trigger, but the adc conversion didn't start, also i tried to use ADC0, but the same problem.&lt;/P&gt;&lt;P&gt;But when i used the same project but with changing&amp;nbsp;&lt;SPAN&gt;adc1 SE18 channel as group A, the program woks well (adc conversion starts well).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So,I want that the project works also with group B, because i need to use 4 ADC channels in the real project (using adc1(with two channels) and adc0(&lt;SPAN&gt;with&amp;nbsp;&lt;/SPAN&gt;two channels)).&lt;/P&gt;&lt;P&gt;you find attached the project and the detailled project description in the main file.&lt;/P&gt;&lt;P&gt;faithfully,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337413"&gt;adc_SE18_Groupe_B_Pdb_hw_trig.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2017 11:36:39 GMT</pubDate>
    <dc:creator>dhaferhannaoui</dc:creator>
    <dc:date>2017-09-05T11:36:39Z</dc:date>
    <item>
      <title>Hello, i have a problem in ADC1 group B configuration using MKV31F256 device</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694573#M42773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i have a problem in ADC group B configuration&amp;nbsp;using MKV31F256 device.&lt;/P&gt;&lt;P&gt;So in my project, the adc1 SE18 channel is configured as group B, and it's triggered using PDB hardware trigger, but the adc conversion didn't start, also i tried to use ADC0, but the same problem.&lt;/P&gt;&lt;P&gt;But when i used the same project but with changing&amp;nbsp;&lt;SPAN&gt;adc1 SE18 channel as group A, the program woks well (adc conversion starts well).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So,I want that the project works also with group B, because i need to use 4 ADC channels in the real project (using adc1(with two channels) and adc0(&lt;SPAN&gt;with&amp;nbsp;&lt;/SPAN&gt;two channels)).&lt;/P&gt;&lt;P&gt;you find attached the project and the detailled project description in the main file.&lt;/P&gt;&lt;P&gt;faithfully,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337413"&gt;adc_SE18_Groupe_B_Pdb_hw_trig.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 11:36:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694573#M42773</guid>
      <dc:creator>dhaferhannaoui</dc:creator>
      <dc:date>2017-09-05T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, i have a problem in ADC1 group B configuration using MKV31F256 device</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694574#M42774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Dhafer,&lt;/P&gt;&lt;P&gt;Please try to modify these two lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdbAdcPreTriggerConfigStruct.enablePreTriggerMask = 1U &amp;lt;&amp;lt; DEMO_PDB_ADC_PRETRIGGER_CHANNEL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdbAdcPreTriggerConfigStruct.enableOutputMask = 1U &amp;lt;&amp;lt; DEMO_PDB_ADC_PRETRIGGER_CHANNEL;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pdbAdcPreTriggerConfigStruct.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28268iA6AA7EB4D636899B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pdbAdcPreTriggerConfigStruct.png" alt="pdbAdcPreTriggerConfigStruct.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 06:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694574#M42774</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-09-08T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, i have a problem in ADC1 group B configuration using MKV31F256 device</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694575#M42775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;I tried your proposition, and the program is working well now.&lt;/P&gt;&lt;P&gt;Thank you a lot :smileyhappy:&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Dhafer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 09:21:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-i-have-a-problem-in-ADC1-group-B-configuration-using/m-p/694575#M42775</guid>
      <dc:creator>dhaferhannaoui</dc:creator>
      <dc:date>2017-09-08T09:21:16Z</dc:date>
    </item>
  </channel>
</rss>

