<?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 6 +  periodic timer + linux</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368472#M52492</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 would use it in kernel space, but at the end your application will run in user space correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 20:45:19 GMT</pubDate>
    <dc:creator>alejandrolozan1</dc:creator>
    <dc:date>2014-09-10T20:45:19Z</dc:date>
    <item>
      <title>imx 6 +  periodic timer + linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368469#M52489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;Hello,&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;I'm using a imx 6 sabrelite board with the linux kernel (yocto project "dora release&lt;SPAN style="color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 15px; background-color: #fffef9;"&gt;"&lt;/SPAN&gt;).&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;I want to call a function 64 times per second with this ARM processor.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;Ideally, I don't want too much jitter. I want to perform a task periodically... (ie: scanning a device)&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;I'm thinking to use a timer of the i.mx 6 and generate an interrupt 64 times per second ? (EPIT timer?)&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;Is it possible to do that with yocto and the imx 6 ?&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;Can somebody give me some examples or let me know where I can find documentation about this ?&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;Where can I find examples on the usage of the EPIT timer ?&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;thanks&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #333333; font-family: Georgia, 'Times New Roman', Times, serif; background-color: #fffef9;"&gt;ssinfod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368469#M52489</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2014-08-19T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx 6 +  periodic timer + linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368470#M52490</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;After checking the source code, I noticed that the GPT is used for the Kernel and I did not fidn anytyhing used by the EPIT.&lt;/P&gt;&lt;P&gt;I recommend you to use that module. You can find the source code at arch/arm/mach-imx/epit.c&lt;/P&gt;&lt;P&gt;There are no examples in the kernel source code but I believe you can use it as reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 17:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368470#M52490</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-08-25T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: imx 6 +  periodic timer + linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368471#M52491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just starting with linux development...&lt;/P&gt;&lt;P&gt;Do you think that I should use the EPIT in User space or in Kernel Space ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;P&gt;ssinfod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 02:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368471#M52491</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2014-08-26T02:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx 6 +  periodic timer + linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368472#M52492</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 would use it in kernel space, but at the end your application will run in user space correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368472#M52492</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-09-10T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: imx 6 +  periodic timer + linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368473#M52493</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;&amp;nbsp; I want to generate 1 micro sec (1usec) delay in my driver using EPIT (Enhanced Periodic Interrupt Timer) .is it possible ?&lt;/P&gt;&lt;P&gt;if it possible can please share kernel API (or) EPIT driver.&amp;nbsp; we&amp;nbsp; using 4.1.15 kernel .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 12:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-6-periodic-timer-linux/m-p/368473#M52493</guid>
      <dc:creator>analogicstechin</dc:creator>
      <dc:date>2018-03-07T12:33:40Z</dc:date>
    </item>
  </channel>
</rss>

