<?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>Kinetis Microcontrollers中的主题 MKE16Z LPIT timer is not working.</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1783951#M65892</link>
    <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am using MKE16Z MCU in my project. In that, I am using LPIT0 for periodic interrupt operation. I have taken the code reference from the SDK example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Interrupt operation is not working, but the LPIT0 counter is running. Also, LPIT0 counter interrupt operation flag is set. Even I have enabled the interrupt in NVIC vectors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debug_bug.png" style="width: 776px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256958i6D04E4367B98BCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug_bug.png" alt="debug_bug.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SDK Version: 2.11.0&lt;/P&gt;&lt;P&gt;IDE Version&amp;nbsp; :&amp;nbsp;11.5.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jan 2024 11:56:49 GMT</pubDate>
    <dc:creator>KumarBalaji</dc:creator>
    <dc:date>2024-01-07T11:56:49Z</dc:date>
    <item>
      <title>MKE16Z LPIT timer is not working.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1783951#M65892</link>
      <description>&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am using MKE16Z MCU in my project. In that, I am using LPIT0 for periodic interrupt operation. I have taken the code reference from the SDK example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Interrupt operation is not working, but the LPIT0 counter is running. Also, LPIT0 counter interrupt operation flag is set. Even I have enabled the interrupt in NVIC vectors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debug_bug.png" style="width: 776px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256958i6D04E4367B98BCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug_bug.png" alt="debug_bug.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SDK Version: 2.11.0&lt;/P&gt;&lt;P&gt;IDE Version&amp;nbsp; :&amp;nbsp;11.5.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 11:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1783951#M65892</guid>
      <dc:creator>KumarBalaji</dc:creator>
      <dc:date>2024-01-07T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: MKE16Z LPIT timer is not working.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1784004#M65895</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you do not enable interrupt. Pls add the lines:&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&lt;SPAN&gt;__NVIC_EnableIRQ&lt;/SPAN&gt;(&lt;SPAN&gt;PIT_CH0_IRQn&lt;/SPAN&gt;);&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&lt;SPAN&gt;__NVIC_SetPriority&lt;/SPAN&gt;(&lt;SPAN&gt;PIT_CH0_IRQn,0x00&lt;/SPAN&gt;);&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P style="background-color: #e8f2fe;"&gt;__asm("cpsie i");&lt;/P&gt;
&lt;P style="background-color: #e8f2fe;"&gt;Pls have a try&lt;/P&gt;
&lt;P style="background-color: #e8f2fe;"&gt;Hope it is helpful&lt;/P&gt;
&lt;P style="background-color: #e8f2fe;"&gt;BR&lt;/P&gt;
&lt;P style="background-color: #e8f2fe;"&gt;Xiangjun Rong&lt;/P&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jan 2024 02:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1784004#M65895</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-01-08T02:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: MKE16Z LPIT timer is not working.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1784101#M65896</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Xiangjun,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I will try your solution. Also, I have come up with one more solution,&lt;BR /&gt;I have removed a grounding resistor on Pin no.33(PTD2).&lt;BR /&gt;Previously it was pulled to the ground by a 22kohm resistor, after removing it the Interrupt started working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;BR&lt;BR /&gt;Kumar Balaji&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 06:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1784101#M65896</guid>
      <dc:creator>KumarBalaji</dc:creator>
      <dc:date>2024-01-08T06:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: MKE16Z LPIT timer is not working.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1954402#M66762</link>
      <description>&lt;P&gt;Sorry but can i have your code to configure LPIT please? I have tried but cant make it work. I set PCS,CGC and then turn on M_CEN, but i still not get access to configure the rest of the module like MSR, SETTEN, CLRTEN, TCTRL&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Sep 2024 16:39:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE16Z-LPIT-timer-is-not-working/m-p/1954402#M66762</guid>
      <dc:creator>PlsDontDisturbMe</dc:creator>
      <dc:date>2024-09-13T16:39:09Z</dc:date>
    </item>
  </channel>
</rss>

