<?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>MQX Software SolutionsのトピックUsing Programmable Interrupt Timers (PIT)</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145965#M52</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to use a Timer to generate an ISR but I am not sure which MQX modules are already using the timers. The question is where can I find the following information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.-Which modules are using the PIT's?&lt;/P&gt;&lt;P&gt;2.-How can I use a PIT if it is already being used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Oct 2009 05:38:21 GMT</pubDate>
    <dc:creator>MQXuser</dc:creator>
    <dc:date>2009-10-10T05:38:21Z</dc:date>
    <item>
      <title>Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145965#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to use a Timer to generate an ISR but I am not sure which MQX modules are already using the timers. The question is where can I find the following information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.-Which modules are using the PIT's?&lt;/P&gt;&lt;P&gt;2.-How can I use a PIT if it is already being used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 05:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145965#M52</guid>
      <dc:creator>MQXuser</dc:creator>
      <dc:date>2009-10-10T05:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145966#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PIT0 is used by MQX kernel as a tick reference. Don't modify anything in PIT0 registers.&lt;/P&gt;&lt;P&gt;PIT1 is used by ADC driver to schedule A/D conversion(s). If ADC is not used, you can use PIT1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MQX kernel exports time functions and it gets time information from PIT0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 15:03:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145966#M53</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2009-10-12T15:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145967#M54</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any problem using GPT for interrupts? Because in my application i need a 20MHz frequency, i already tried with the timer functions in MQX, but it seems that th code is too large (just using the ioctl function). Another doubt is how to modify the registers from MQX or can i include a Processor Expert code?&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 00:53:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145967#M54</guid>
      <dc:creator>Jairo</dc:creator>
      <dc:date>2009-10-13T00:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145968#M55</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont see a problem if you use GPT for interrupts (I needed a different source of timer interrupt).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Registers are modified into the BSP, check the manual to learn how to open and compile the BSP. In this code you will find plenty of examples to learn how to write into registers.&lt;/P&gt;&lt;P&gt;I am not sure if this is the best way but its a start point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 01:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145968#M55</guid>
      <dc:creator>MQXuser</dc:creator>
      <dc:date>2009-10-13T01:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145969#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me how I use the TPM for generate a PWM signal in MQX with MCF51CN128&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 23:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145969#M56</guid>
      <dc:creator>NeuroSolutions</dc:creator>
      <dc:date>2009-11-25T23:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145970#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processor Expert is integrated with MQX since MQX 3.7. You can use and configure PE components in MQX BSP project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 13:55:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145970#M57</guid>
      <dc:creator>marek_vinkler</dc:creator>
      <dc:date>2011-04-11T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145971#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MQX 3.7 seems to be the magic answer to all our issues!&lt;/P&gt;&lt;P&gt;I wish we could download it! Release 3.7 should be available by now but we are still waiting...&lt;/P&gt;&lt;P&gt;Please keep us informed on WHEN we are going to be able to use it! &lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145971#M58</guid>
      <dc:creator>NoeSerres</dc:creator>
      <dc:date>2011-04-11T19:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Programmable Interrupt Timers (PIT)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145972#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any other peripherals that are forced to these PIT channels? &amp;nbsp;I just learned this lesson the hardware. &amp;nbsp;I have been programming interrupts for the UART and was using the PIT1, then put that into an ADC sample project, and lo and behold it didn't work. &amp;nbsp;Is there a way to multiplex and use more than one peripheral on the PIT1? &amp;nbsp;Or are the GPTt's the only solution at that point?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the TWR-MCF 52259.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 13:05:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-Programmable-Interrupt-Timers-PIT/m-p/145972#M59</guid>
      <dc:creator>bla5029</dc:creator>
      <dc:date>2011-04-28T13:05:33Z</dc:date>
    </item>
  </channel>
</rss>

