<?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 Read ADC with Timer ISR in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488195#M3814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to read external ADC on my MK60N512 board. Below are the following requirements&lt;/P&gt;&lt;P&gt;1 . Read ADC after every 50 ms (1 Channel)&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Read all channels of ADC s (2 No), 16 Channels( Total = 800 ms)&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; In 1 Sec I need to read ADCs and send to LCD( in remaining 200 ms after reading all ADC channels )&amp;nbsp; &lt;/P&gt;&lt;P&gt;4. Repeat the above process again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to learn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;3lok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 09:35:46 GMT</pubDate>
    <dc:creator>trilokjt</dc:creator>
    <dc:date>2016-04-07T09:35:46Z</dc:date>
    <item>
      <title>Read ADC with Timer ISR</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488195#M3814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to read external ADC on my MK60N512 board. Below are the following requirements&lt;/P&gt;&lt;P&gt;1 . Read ADC after every 50 ms (1 Channel)&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Read all channels of ADC s (2 No), 16 Channels( Total = 800 ms)&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; In 1 Sec I need to read ADCs and send to LCD( in remaining 200 ms after reading all ADC channels )&amp;nbsp; &lt;/P&gt;&lt;P&gt;4. Repeat the above process again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to learn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;3lok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:35:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488195#M3814</guid>
      <dc:creator>trilokjt</dc:creator>
      <dc:date>2016-04-07T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read ADC with Timer ISR</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488196#M3815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I suppose that you want to use KDS 3.0.0 and Processor Expert (a Kinetis project in KDS 3.0.0 with Processor Expert).&lt;/P&gt;&lt;P&gt;You can use ADC_LDD component to measure all ADC inputs (channels) you need and TimerUnit_LDD for timing of these measurements. The ADC device support also triggers from timer devices (PIT, Flex timer) and therefore you can trigger measurement of your channels by a timer. So you can select the sample group, enable the trigger (StartSingleTriggeredMeasurement method) and wait for the event (OnMeasurementComplete). Or you can also control ADC conversions directly by your application in a timer events (without trigger).&lt;/P&gt;&lt;P&gt;For details see the Help of these components. There is also section Typical usage that contains typical usage of the component's methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 09:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488196#M3815</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2016-04-11T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read ADC with Timer ISR</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488197#M3816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, Thank you Sir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:07:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Read-ADC-with-Timer-ISR/m-p/488197#M3816</guid>
      <dc:creator>trilokjt</dc:creator>
      <dc:date>2016-04-25T12:07:25Z</dc:date>
    </item>
  </channel>
</rss>

