<?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>S32KのトピックRe: Multiple ADC channel reading by PDB trigger using S32K144</title>
    <link>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2124396#M50310</link>
    <description>&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt;The shown example reads only single adc channel. But, I want to read multiple adc channels simultaneously, that's where I'm facing difficulty. I have modified the the below example to read&amp;nbsp; analog values from PTD2 (ADC1 channel2)and PE6(ADC1 channel 11) pins. But, I'm only able to read 1 pin at a time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rohit1749_0-1750995428468.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344988iFE5CF1DA865B1F9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rohit1749_0-1750995428468.png" alt="rohit1749_0-1750995428468.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think I have configured the&amp;nbsp;adcPreTriggerIdx wrongly. Please find the configured&amp;nbsp;adcPreTriggerIdx below.&lt;/P&gt;&lt;P&gt;const pdb_adc_pretrigger_config_t pdb_1_adcTrigConfig0 = {&lt;BR /&gt;.adcPreTriggerIdx = 0U,&lt;BR /&gt;.preTriggerEnable = true,&lt;BR /&gt;.preTriggerOutputEnable = true,&lt;BR /&gt;.preTriggerBackToBackEnable = false&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const pdb_adc_pretrigger_config_t pdb_1_adcTrigConfig1 = {&lt;BR /&gt;.adcPreTriggerIdx = 3U,&lt;BR /&gt;.preTriggerEnable = true,&lt;BR /&gt;.preTriggerOutputEnable = true,&lt;BR /&gt;.preTriggerBackToBackEnable = true&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Could you please help me with this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 03:42:24 GMT</pubDate>
    <dc:creator>rohit1749</dc:creator>
    <dc:date>2025-06-27T03:42:24Z</dc:date>
    <item>
      <title>Multiple ADC channel reading by PDB trigger using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2123940#M50287</link>
      <description>&lt;P&gt;I''m uI have modified the example:&amp;nbsp;adc_hwtrigger_s32k144 to read PTD2(ADC1 channel 2) and PTE6(ADC1 channel 11) using PDB trigger. But only PTD2 pin can be read. PTE6 pin reads as 0.&lt;/P&gt;&lt;P&gt;I have attached the modified codebase below. Can someone tell me where I'm going wrong and how to read multiple adc channels correctly using PDB trigger.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 10:28:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2123940#M50287</guid>
      <dc:creator>rohit1749</dc:creator>
      <dc:date>2025-06-26T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ADC channel reading by PDB trigger using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2124251#M50306</link>
      <description>&lt;P&gt;Thank you for your interest in our products and for contributing to our community.&lt;/P&gt;
&lt;P&gt;For development with S32K144 (or any other S32K1 derivative) we recommend to use the latest S32DS and RTD versions:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;• S32 Design Studio 3.6.2 – Windows/Linux&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;• S32K1_S32M24X Real Time Drivers AUTOSAR R21-11 Version 3.0.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;To download IDE, go to &lt;A href="https://www.nxp.com/design/design-center/software/automotive-software-and-tools/s32-design-studio-ide/s32-design-studio-for-s32-platform:S32DS-S32PLATFORM" target="_blank" rel="noopener"&gt;S32 Design Studio for S32 Platform&lt;/A&gt; page &lt;EM&gt;-&amp;gt; Downloads -&amp;gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;S32 Design Studio 3.6.2 – Windows/Linux&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;To download RTD, go to &lt;A href="https://www.nxp.com/products/S32K1" target="_blank" rel="noopener"&gt;S32K1&lt;/A&gt; page &lt;EM&gt;-&amp;gt; Design Resources -&amp;gt; Software-&amp;gt; Real-Time Drivers for S32K1 -&amp;gt; Automotive SW - S32K1_S32M24x - Real-Time Drivers for Cortex-M&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please check before&amp;nbsp;&lt;EM&gt;Release Notes&lt;/EM&gt; for installation flow/details to each SW.&lt;/P&gt;
&lt;P&gt;Once you have installed SW, you could refer to ADC examples:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_Leo__0-1750970058220.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344935i418EC493D29FFF84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_Leo__0-1750970058220.png" alt="_Leo__0-1750970058220.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I hope this information is helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 20:37:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2124251#M50306</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2025-06-26T20:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ADC channel reading by PDB trigger using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2124396#M50310</link>
      <description>&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt;The shown example reads only single adc channel. But, I want to read multiple adc channels simultaneously, that's where I'm facing difficulty. I have modified the the below example to read&amp;nbsp; analog values from PTD2 (ADC1 channel2)and PE6(ADC1 channel 11) pins. But, I'm only able to read 1 pin at a time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rohit1749_0-1750995428468.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344988iFE5CF1DA865B1F9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rohit1749_0-1750995428468.png" alt="rohit1749_0-1750995428468.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think I have configured the&amp;nbsp;adcPreTriggerIdx wrongly. Please find the configured&amp;nbsp;adcPreTriggerIdx below.&lt;/P&gt;&lt;P&gt;const pdb_adc_pretrigger_config_t pdb_1_adcTrigConfig0 = {&lt;BR /&gt;.adcPreTriggerIdx = 0U,&lt;BR /&gt;.preTriggerEnable = true,&lt;BR /&gt;.preTriggerOutputEnable = true,&lt;BR /&gt;.preTriggerBackToBackEnable = false&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const pdb_adc_pretrigger_config_t pdb_1_adcTrigConfig1 = {&lt;BR /&gt;.adcPreTriggerIdx = 3U,&lt;BR /&gt;.preTriggerEnable = true,&lt;BR /&gt;.preTriggerOutputEnable = true,&lt;BR /&gt;.preTriggerBackToBackEnable = true&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Could you please help me with this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 03:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-ADC-channel-reading-by-PDB-trigger-using-S32K144/m-p/2124396#M50310</guid>
      <dc:creator>rohit1749</dc:creator>
      <dc:date>2025-06-27T03:42:24Z</dc:date>
    </item>
  </channel>
</rss>

