<?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のトピックIs there any timer which does not affect linux os operation?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553065#M86351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my customer has planned the option part relevant to the automotive.&lt;/P&gt;&lt;P&gt;The product has an input for getting to know automotive speed.&lt;/P&gt;&lt;P&gt;When faster, the pulse period is 1ms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They want to count the pulse period by Linux on i.MX7D.&lt;/P&gt;&lt;P&gt;It seems that Linux OS always uses GPT at least.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any timer which does not affect linux os operation?&lt;/P&gt;&lt;P&gt;And, Is there any way OS gets to know a pulse period count, using a hardware timer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 11:47:53 GMT</pubDate>
    <dc:creator>george</dc:creator>
    <dc:date>2016-07-08T11:47:53Z</dc:date>
    <item>
      <title>Is there any timer which does not affect linux os operation?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553065#M86351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my customer has planned the option part relevant to the automotive.&lt;/P&gt;&lt;P&gt;The product has an input for getting to know automotive speed.&lt;/P&gt;&lt;P&gt;When faster, the pulse period is 1ms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They want to count the pulse period by Linux on i.MX7D.&lt;/P&gt;&lt;P&gt;It seems that Linux OS always uses GPT at least.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any timer which does not affect linux os operation?&lt;/P&gt;&lt;P&gt;And, Is there any way OS gets to know a pulse period count, using a hardware timer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553065#M86351</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2016-07-08T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any timer which does not affect linux os operation?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553066#M86352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are several gpts, one is used by linux, others can be used&lt;/P&gt;&lt;P&gt;by customer (gpt codes can be found in linux/arch/arm/mach-imx/time.c)&lt;/P&gt;&lt;P&gt;Another option - use FreeRTOS on second m4 core (use free gpt instance),&lt;/P&gt;&lt;P&gt;please refer to Figure 51-1. New multicore, multiOS architecture&lt;/P&gt;&lt;P&gt;attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Is there any way OS gets to know a pulse period count, using a hardware timer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems not, special driver should be written for such purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2016 00:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553066#M86352</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-07-09T00:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any timer which does not affect linux os operation?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553067#M86353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;My customer will choose using M4 so that you may say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-there-any-timer-which-does-not-affect-linux-os-operation/m-p/553067#M86353</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2016-07-11T14:04:39Z</dc:date>
    </item>
  </channel>
</rss>

