<?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>i.MX ProcessorsのトピックRe: IMX.6UL ADC example program</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669447#M103033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;it's correct reading the raw ADC values via sysfs isn't efficient. In case you use a newer kernel there is also the IIO buffer and IIO trigger interface which may fits better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2017 18:10:32 GMT</pubDate>
    <dc:creator>lategoodbye</dc:creator>
    <dc:date>2017-07-24T18:10:32Z</dc:date>
    <item>
      <title>IMX.6UL ADC example program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669445#M103031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We have a project that involves reading one ADC channel at a maximum ~1KHz rate.&lt;/P&gt;&lt;P&gt;Does anyone know of any example C code for this that utilizes the VF610_adc.c driver directly?&lt;/P&gt;&lt;P&gt;What I've understood is that reading the in_voltageX_raw file directly from Linux is slow and takes up a lot of resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 08:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669445#M103031</guid>
      <dc:creator>jonasnyberg</dc:creator>
      <dc:date>2017-06-22T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMX.6UL ADC example program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669446#M103032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check FreeRTOS examples&lt;/P&gt;&lt;P&gt;Board Support Packages (7) &lt;BR /&gt;SDK2.2_iMX6UL_WIN(REV SDK2.2)&lt;BR /&gt;&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-processors/i.mx-6-processors/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL?tab=Design_Tools_Tab"&gt;http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-processors/i.mx-6-processors/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL?tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669446#M103032</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-22T10:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMX.6UL ADC example program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669447#M103033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;it's correct reading the raw ADC values via sysfs isn't efficient. In case you use a newer kernel there is also the IIO buffer and IIO trigger interface which may fits better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 18:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669447#M103033</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2017-07-24T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX.6UL ADC example program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669448#M103034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. My kernel version is 4.1.15, do you have any idea if this is new enough?&lt;/P&gt;&lt;P&gt;Where do I find the IIO buffer and trigger and how do I read them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 06:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669448#M103034</guid>
      <dc:creator>jonasnyberg</dc:creator>
      <dc:date>2017-07-25T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: IMX.6UL ADC example program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669449#M103035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, 4.1.15 should be sufficient. Please look at one of the many &lt;A href="http://events.linuxfoundation.org/sites/events/files/slides/lceu15_baluta.pdf"&gt;presentations&lt;/A&gt; about linux-iio. There are also example &lt;A href="http://elixir.free-electrons.com/linux/v4.1.15/source/tools/iio"&gt;tools&lt;/A&gt; within the linux sources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:36:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-6UL-ADC-example-program/m-p/669449#M103035</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2017-07-26T05:36:46Z</dc:date>
    </item>
  </channel>
</rss>

