<?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: How to turn off the ADC interrupt? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350373#M57919</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response, but I am not using the Autosar driver model. My peripheral configuration looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="durga_choudhury_0-1776124155854.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382177iF0204AEE0EE0A564/image-size/medium?v=v2&amp;amp;px=400" role="button" title="durga_choudhury_0-1776124155854.png" alt="durga_choudhury_0-1776124155854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this model I don't see an equivalent of what you show for the Autosar model.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 23:51:15 GMT</pubDate>
    <dc:creator>durga_choudhury</dc:creator>
    <dc:date>2026-04-13T23:51:15Z</dc:date>
    <item>
      <title>How to turn off the ADC interrupt?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350296#M57913</link>
      <description>&lt;P&gt;MCU: S32K148&lt;/P&gt;&lt;P&gt;Driver model: Non-autosar&lt;/P&gt;&lt;P&gt;RTD version: 3.0.0&lt;/P&gt;&lt;P&gt;I want to do a blocking, software triggered read from the ADCs. One thing I could do is to pass a NULL_PTR as the 'Conversion Complete Notification' (this has the unwanted side effect that the generated code generates this as &amp;amp;NULL_PTR; I have already reported this on a separate thread).&lt;/P&gt;&lt;P&gt;However, I don't see any means, via the peripherals GUI, to disable ADC ISRs altogether. In other words, I want the code generator to generate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#define ADC_IP_AIEN_INTERRUPT_ENABLE (STD_OFF)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in Adc_Ip_CfgDefines.h&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I do that?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 18:57:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350296#M57913</guid>
      <dc:creator>durga_choudhury</dc:creator>
      <dc:date>2026-04-13T18:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn off the ADC interrupt?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350362#M57918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250000"&gt;@durga_choudhury&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;In order to disable interrupts, you must disable the '&lt;STRONG&gt;Adc Normal Interrupt Enable&lt;/STRONG&gt;' option within 'AdcHwConfiguration' container, and check the '&lt;STRONG&gt;Adc Group Without Interrupts&lt;/STRONG&gt;' config under the group configurations array:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1776119778758.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382174iB484EA8661C56E7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Julin_AragnM_0-1776119778758.png" alt="Julin_AragnM_0-1776119778758.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_1-1776119786636.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382175i6B89ABAFBE241A8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Julin_AragnM_1-1776119786636.png" alt="Julin_AragnM_1-1776119786636.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This generates the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;ADC_IP_AIEN_INTERRUPT_ENABLE&lt;/STRONG&gt; define as &lt;STRONG&gt;STD_OFF:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_19b2674.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382176i50D617B33A805A82/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_19b2674.png" alt="Snag_19b2674.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 22:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350362#M57918</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-13T22:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn off the ADC interrupt?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350373#M57919</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response, but I am not using the Autosar driver model. My peripheral configuration looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="durga_choudhury_0-1776124155854.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382177iF0204AEE0EE0A564/image-size/medium?v=v2&amp;amp;px=400" role="button" title="durga_choudhury_0-1776124155854.png" alt="durga_choudhury_0-1776124155854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this model I don't see an equivalent of what you show for the Autosar model.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 23:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-turn-off-the-ADC-interrupt/m-p/2350373#M57919</guid>
      <dc:creator>durga_choudhury</dc:creator>
      <dc:date>2026-04-13T23:51:15Z</dc:date>
    </item>
  </channel>
</rss>

