<?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のトピックRe: Timer Interrupt in MKE04Z128VLH4</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1699699#M65407</link>
    <description>&lt;P&gt;Please suggest a solution for this&lt;/P&gt;</description>
    <pubDate>Sun, 06 Aug 2023 09:37:18 GMT</pubDate>
    <dc:creator>Brincebabu</dc:creator>
    <dc:date>2023-08-06T09:37:18Z</dc:date>
    <item>
      <title>Timer Interrupt in MKE04Z128VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1699676#M65406</link>
      <description>&lt;P&gt;My Controller is NXP MKE04Z128VLH4 where I have initialised two timer interrupt one is 625 us and the next is 1 ms.And when I'm observing the 625 us timer interrupt by toggling a GPIO Pin and using DSO, I'm observing flucatuation but at the same time if I'm disabling 1 ms timer interupt ,625us interupt is not showing any fluctatuation. I have tried assigning priority to both as 1 and 0 using NVICSetPriority but still issue not got solved.&lt;BR /&gt;&lt;SPAN&gt;Is this an effect of Interrupt Latency and can it be solved by tail chaining. If yes how to implement Tail Chaining?&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 06 Aug 2023 09:36:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1699676#M65406</guid>
      <dc:creator>Brincebabu</dc:creator>
      <dc:date>2023-08-06T09:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt in MKE04Z128VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1699699#M65407</link>
      <description>&lt;P&gt;Please suggest a solution for this&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 09:37:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1699699#M65407</guid>
      <dc:creator>Brincebabu</dc:creator>
      <dc:date>2023-08-06T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt in MKE04Z128VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1700493#M65418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221271"&gt;@Brincebabu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you generating the timer? Are you using the periodic&amp;nbsp;interrupt timer (PIT) module?&lt;/P&gt;
&lt;P&gt;I agree that the fluctuation is generated by the interrupts, however, I have this suggestion.&lt;/P&gt;
&lt;P&gt;Try to use only one timer with the interrupt handler and the other one without an interrupt.&lt;/P&gt;
&lt;P&gt;Is it possible for you to share an image from the osciloscope?&lt;/P&gt;
&lt;P&gt;Best Regards, Miguel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 22:02:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1700493#M65418</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-08-07T22:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt in MKE04Z128VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1700724#M65420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206759"&gt;@Miguel04&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes I'm using PIT Module where I have loaded 625 us and 1 ms to timer 1 and 2.I'm herewith attaching image of the 625 us interrupt observed on DSO by toggling a GPIO Pin on every interrupt.DSO is in persist infinite mode and you can see the signal fluctuates very much from the expected.But once I disable the 1 ms interrupt this fluctuation is not there.So I have assigned priority to both to get the pre-emption of 625us over 1 ms and I expected 625us interrupt comes and goes at the proper time even if 1ms ISR is running but the issue not got resolved then also.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 06:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1700724#M65420</guid>
      <dc:creator>Brincebabu</dc:creator>
      <dc:date>2023-08-08T06:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt in MKE04Z128VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1701278#M65423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221271"&gt;@Brincebabu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the image, is it possible that you share the project/code?&lt;/P&gt;
&lt;P&gt;Best Regards, Miguel.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 18:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Timer-Interrupt-in-MKE04Z128VLH4/m-p/1701278#M65423</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-08-08T18:13:10Z</dc:date>
    </item>
  </channel>
</rss>

