<?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>S32KのトピックUsing PIT to make an ISR Program</title>
    <link>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2025970#M45009</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I didn't quite understood the Pit_Gpt_Ip example code where &lt;STRONG&gt;PIT is blinking an LED using interrupt subroutine (ISR) using some IRQ_handler&lt;/STRONG&gt;. Can anyone explain me how the ISR is working? Also how to make an ISR using PIT?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 17:09:52 GMT</pubDate>
    <dc:creator>abdul_rahman</dc:creator>
    <dc:date>2025-01-10T17:09:52Z</dc:date>
    <item>
      <title>Using PIT to make an ISR Program</title>
      <link>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2025970#M45009</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I didn't quite understood the Pit_Gpt_Ip example code where &lt;STRONG&gt;PIT is blinking an LED using interrupt subroutine (ISR) using some IRQ_handler&lt;/STRONG&gt;. Can anyone explain me how the ISR is working? Also how to make an ISR using PIT?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 17:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2025970#M45009</guid>
      <dc:creator>abdul_rahman</dc:creator>
      <dc:date>2025-01-10T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using PIT to make an ISR Program</title>
      <link>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2027045#M45060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;P&gt;In IntCtrl_Ip driver (S32 Config Tools (S32CT) -&amp;gt; Peripherals), it is enabled the interrupt and set the correct handler for it. Then in Pit driver it is started the selected channel and enabled its notification.&lt;/P&gt;
&lt;P&gt;In code, after the initialization the channel will start counting, the notification will be generated and a while loop will run to blink a LED. The while loop will toggle the gpio pin after each event generated by the notification using Siul2_Dio IP driver.&lt;/P&gt;
&lt;P&gt;Hope it helps you.&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 21:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2027045#M45060</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2025-01-13T21:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using PIT to make an ISR Program</title>
      <link>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2028028#M45106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199320"&gt;@_Leo_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 questions regarding this,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;In &lt;STRONG&gt;IntCtrl_Ip driver&lt;/STRONG&gt;, why is the PIT ISR given a &lt;STRONG&gt;priority of 15&lt;/STRONG&gt; when it is the only ISR being used? What does the priority number do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. In your statement &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;the notification will be generated and a while loop will run to blink a LED. The while loop will toggle the gpio pin after each event generated by the notification using Siul2_Dio IP driver."&lt;/STRONG&gt; how does the PitNotification() function (made outside of the main loop) run if its not called in the while loop of the int main() program?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 06:29:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-PIT-to-make-an-ISR-Program/m-p/2028028#M45106</guid>
      <dc:creator>abdul_rahman</dc:creator>
      <dc:date>2025-01-15T06:29:36Z</dc:date>
    </item>
  </channel>
</rss>

