<?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: ADC0 Interrupt Not Triggering on S32K144 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/ADC0-Interrupt-Not-Triggering-on-S32K144/m-p/2305853#M56579</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using the S32K1 &lt;A href="https://www.nxp.com/design/design-center/software/development-software/s32-sdk/s32-software-development-kit-for-s32k1:S32SDK-ARMK1" target="_self"&gt;SDK&lt;/A&gt; or &lt;A href="https://www.nxp.com/design/design-center/software/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD" target="_self"&gt;RTD&lt;/A&gt;? The APIs for configuring interrupts differ between the SDK and RTD.&lt;/P&gt;
&lt;P&gt;Do you really need ADC continuous conversion? Continuous conversions begin until aborted.&amp;nbsp;Have you checked if the Rn data registers are constantly being updated?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="44.5.4.1 Initiating conversions continuous conversion.png" style="width: 772px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375440i89E753F09A002389/image-size/large?v=v2&amp;amp;px=999" role="button" title="44.5.4.1 Initiating conversions continuous conversion.png" alt="44.5.4.1 Initiating conversions continuous conversion.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;44.5.4.1 Initiating conversions continuous conversion.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, look at "&lt;STRONG&gt;&lt;EM&gt;Figure 11. ADC with PDB trigger example working flow&lt;/EM&gt;&lt;/STRONG&gt;" or "&lt;STRONG&gt;&lt;EM&gt;Figure 12. ADC with PDB trigger in back-to-back mode&lt;/EM&gt;&lt;/STRONG&gt;" in&amp;nbsp;&lt;A id="relatedDocsClickPDF_2" class="dtmcustomrulelink" href="https://www.nxp.com/docs/en/application-note/AN12217.pdf" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsearchresulttitle="AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration" data-dtmsubaction="AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration - NXP - Application Note - English" data-cl-id="2343532472"&gt;&lt;SPAN&gt;AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration&lt;/SPAN&gt;&lt;/A&gt;, which are closer to your application requirements.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" style="width: 579px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375444iD252E88EA2E93544/image-size/large?v=v2&amp;amp;px=999" role="button" title="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" alt="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2026 08:26:37 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2026-02-04T08:26:37Z</dc:date>
    <item>
      <title>ADC0 Interrupt Not Triggering on S32K144</title>
      <link>https://community.nxp.com/t5/S32K/ADC0-Interrupt-Not-Triggering-on-S32K144/m-p/2305314#M56557</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am working on the S32K144 using ADC0 in continuous conversion mode with interrupts enabled . The system initializes correctly, but the ADC interrupt does not seem to trigger, and I do not receive any data in the main loop. I would like guidance on proper ADC interrupt configuration for continuous mode, any ISR-related considerations, and best practices to ensure the interrupt is correctly triggered.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 12:28:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/ADC0-Interrupt-Not-Triggering-on-S32K144/m-p/2305314#M56557</guid>
      <dc:creator>padmaja</dc:creator>
      <dc:date>2026-02-03T12:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: ADC0 Interrupt Not Triggering on S32K144</title>
      <link>https://community.nxp.com/t5/S32K/ADC0-Interrupt-Not-Triggering-on-S32K144/m-p/2305853#M56579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using the S32K1 &lt;A href="https://www.nxp.com/design/design-center/software/development-software/s32-sdk/s32-software-development-kit-for-s32k1:S32SDK-ARMK1" target="_self"&gt;SDK&lt;/A&gt; or &lt;A href="https://www.nxp.com/design/design-center/software/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD" target="_self"&gt;RTD&lt;/A&gt;? The APIs for configuring interrupts differ between the SDK and RTD.&lt;/P&gt;
&lt;P&gt;Do you really need ADC continuous conversion? Continuous conversions begin until aborted.&amp;nbsp;Have you checked if the Rn data registers are constantly being updated?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="44.5.4.1 Initiating conversions continuous conversion.png" style="width: 772px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375440i89E753F09A002389/image-size/large?v=v2&amp;amp;px=999" role="button" title="44.5.4.1 Initiating conversions continuous conversion.png" alt="44.5.4.1 Initiating conversions continuous conversion.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;44.5.4.1 Initiating conversions continuous conversion.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, look at "&lt;STRONG&gt;&lt;EM&gt;Figure 11. ADC with PDB trigger example working flow&lt;/EM&gt;&lt;/STRONG&gt;" or "&lt;STRONG&gt;&lt;EM&gt;Figure 12. ADC with PDB trigger in back-to-back mode&lt;/EM&gt;&lt;/STRONG&gt;" in&amp;nbsp;&lt;A id="relatedDocsClickPDF_2" class="dtmcustomrulelink" href="https://www.nxp.com/docs/en/application-note/AN12217.pdf" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsearchresulttitle="AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration" data-dtmsubaction="AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration - NXP - Application Note - English" data-cl-id="2343532472"&gt;&lt;SPAN&gt;AN12217: S32K1xx and S32M24x ADC Guidelines, Spec and Configuration&lt;/SPAN&gt;&lt;/A&gt;, which are closer to your application requirements.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" style="width: 579px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375444iD252E88EA2E93544/image-size/large?v=v2&amp;amp;px=999" role="button" title="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" alt="AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AN12217 Figure 11. ADC with PDB trigger example working flow Figure 12. ADC with PDB trigger in back-to-back mode.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 08:26:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/ADC0-Interrupt-Not-Triggering-on-S32K144/m-p/2305853#M56579</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2026-02-04T08:26:37Z</dc:date>
    </item>
  </channel>
</rss>

