<?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: S32K311 ADC module in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144883#M51533</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I reuse retarget.c/h files from original project. You need to modify them based on target used. The _write function is defined&amp;nbsp; which calls&amp;nbsp;Lpuart_Uart_Ip_SyncSend.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;_write function is called by bottom level of printf routine within C library.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 01 Aug 2025 05:10:54 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2025-08-01T05:10:54Z</dc:date>
    <item>
      <title>S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2143456#M51475</link>
      <description>&lt;P&gt;hello NXP supporters ....&lt;BR /&gt;&lt;BR /&gt;i want ADC configuration project for NXP s32k311 100 pin package....please provide me example project for particular s32k311 mcu like simple ADC pin reading that can be show in debugging mode in live expression ..........please don't say we don't have particular example for s32k311 and refer this and that..... provide me project as i have time deadline...hope for positive support.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 10:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2143456#M51475</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-07-30T10:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2143579#M51482</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;see attached a port of ADC SW trigger example from&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/RTD400-LLD-K344-ADC-SW-HW-trigger/ta-p/1966179" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/RTD400-LLD-K344-ADC-SW-HW-trigger/ta-p/1966179&lt;/A&gt;&lt;BR /&gt;Ported to S32DS3.6 with RTD600.&amp;nbsp;Example reads XS32K31XEVB-Q100's POT (ADC1 channel P7, PTA15) and display result on UART0&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1753881988651.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/350269i0D1FB2FBBDA6B22A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1753881988651.png" alt="PetrS_0-1753881988651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 13:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2143579#M51482</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-30T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144165#M51502</link>
      <description>&lt;P&gt;thank you brother...it works...looking forward for more support from you guys so i can build more self confidence to work on NXP products.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 05:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144165#M51502</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-07-31T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144269#M51509</link>
      <description>but i don't understand one thing how printf function is transmitting data? don't we need to call Lpuart_Uart_Ip_SyncSend API for transmitting data to serial terminal?</description>
      <pubDate>Thu, 31 Jul 2025 07:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144269#M51509</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-07-31T07:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144883#M51533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I reuse retarget.c/h files from original project. You need to modify them based on target used. The _write function is defined&amp;nbsp; which calls&amp;nbsp;Lpuart_Uart_Ip_SyncSend.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;_write function is called by bottom level of printf routine within C library.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Aug 2025 05:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144883#M51533</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-08-01T05:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144891#M51534</link>
      <description>ok got it...but rather than creating those retarget files and all, i can simply transfer data using UART API's in main source file?</description>
      <pubDate>Fri, 01 Aug 2025 05:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144891#M51534</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-08-01T05:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K311 ADC module</title>
      <link>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144924#M51535</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, for sure.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 06:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K311-ADC-module/m-p/2144924#M51535</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-08-01T06:27:46Z</dc:date>
    </item>
  </channel>
</rss>

