<?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 ADC for MC56F83783 in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-for-MC56F83783/m-p/1683914#M2784</link>
    <description>&lt;P&gt;In MC56F83783 how to configure ADC in polling method. Is there any application note available for ADC configuration.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 10:42:18 GMT</pubDate>
    <dc:creator>Mariya</dc:creator>
    <dc:date>2023-07-07T10:42:18Z</dc:date>
    <item>
      <title>ADC for MC56F83783</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-for-MC56F83783/m-p/1683914#M2784</link>
      <description>&lt;P&gt;In MC56F83783 how to configure ADC in polling method. Is there any application note available for ADC configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 10:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-for-MC56F83783/m-p/1683914#M2784</guid>
      <dc:creator>Mariya</dc:creator>
      <dc:date>2023-07-07T10:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADC for MC56F83783</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-for-MC56F83783/m-p/1684565#M2787</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is SDK package for MC56F83xxx, pls download it from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For the ADC, there are&amp;nbsp; three examples:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1688971676985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231480i4D968DFAF9F075D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1688971676985.png" alt="xiangjun_rong_0-1688971676985.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;All of then is based in interrupt mode, if you want to use polling mode, you can use any one of the 4 examples, and disable interrupt, then the use the following code to implement the polling mode:&lt;/P&gt;
&lt;P&gt;.................&lt;/P&gt;
&lt;P&gt;while(1)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;1)start ADC convertion&lt;/P&gt;
&lt;P&gt;2)while(ADC_STAT&amp;amp;1&amp;lt;&amp;lt;11) {} //polling EOSI0 bit&lt;/P&gt;
&lt;P&gt;3)reading ADC result register to memory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Pls try to modify the example code&lt;/P&gt;
&lt;P&gt;We have not the application note about ADC polling mode&lt;/P&gt;
&lt;P&gt;Hope it is helpful&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 07:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-for-MC56F83783/m-p/1684565#M2787</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-10T07:04:12Z</dc:date>
    </item>
  </channel>
</rss>

