<?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 How to use all PIT modules in MQX 3.8? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-all-PIT-modules-in-MQX-3-8/m-p/643039#M38985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have posted a similar discussion here:&amp;nbsp;&lt;A _jive_internal="true" data-containerid="2023" data-containertype="14" data-objectid="445906" data-objecttype="1" href="https://community.nxp.com/thread/445906"&gt;PIT0 Timer Module, and GPIO Direct Acess&lt;/A&gt;&amp;nbsp;, but that has become stagnant... I have tried for a very long time to get all PIT modules to work in ISR in MQX 3.8 but to no avail. I can only get at most two to work simultaneously.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my specs:&lt;/P&gt;&lt;P&gt;-&lt;STRONG&gt;&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;TWR-K60N512&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PK60DN512Z VMD10 chip&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Codewarrior 10.5 IDE &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MQX&amp;nbsp;3.8&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read somewhere on the forum to not modify PIT0 module, but was told it shouldn't matter. I don't think it matters either, because I couldn't even get PIT1, PIT2, and PIT3 to work simultaneously at all... Also, what confuses me even more is that, at one point, I was able to get all PIT modules working in ISR mode simultaneously.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If somebody else could help me troubleshoot this, that would be great. I have attached my code for your reference.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337373"&gt;main.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2017 04:48:39 GMT</pubDate>
    <dc:creator>broccolee</dc:creator>
    <dc:date>2017-04-03T04:48:39Z</dc:date>
    <item>
      <title>How to use all PIT modules in MQX 3.8?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-all-PIT-modules-in-MQX-3-8/m-p/643039#M38985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have posted a similar discussion here:&amp;nbsp;&lt;A _jive_internal="true" data-containerid="2023" data-containertype="14" data-objectid="445906" data-objecttype="1" href="https://community.nxp.com/thread/445906"&gt;PIT0 Timer Module, and GPIO Direct Acess&lt;/A&gt;&amp;nbsp;, but that has become stagnant... I have tried for a very long time to get all PIT modules to work in ISR in MQX 3.8 but to no avail. I can only get at most two to work simultaneously.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my specs:&lt;/P&gt;&lt;P&gt;-&lt;STRONG&gt;&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;TWR-K60N512&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PK60DN512Z VMD10 chip&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Codewarrior 10.5 IDE &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MQX&amp;nbsp;3.8&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read somewhere on the forum to not modify PIT0 module, but was told it shouldn't matter. I don't think it matters either, because I couldn't even get PIT1, PIT2, and PIT3 to work simultaneously at all... Also, what confuses me even more is that, at one point, I was able to get all PIT modules working in ISR mode simultaneously.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If somebody else could help me troubleshoot this, that would be great. I have attached my code for your reference.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337373"&gt;main.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 04:48:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-all-PIT-modules-in-MQX-3-8/m-p/643039#M38985</guid>
      <dc:creator>broccolee</dc:creator>
      <dc:date>2017-04-03T04:48:39Z</dc:date>
    </item>
  </channel>
</rss>

