<?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>MCUXpresso Config ToolsのトピックRe: S32K3 PIT timer callback</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777551#M1773</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@Luca_Ferioli" target="_blank"&gt;Hi@Luca_Ferioli&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;1.for your question 1 and 4&lt;/P&gt;
&lt;P&gt;inCtrl_Ip module used to manage interrupt&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1703040878802.png" style="width: 724px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255166i4198AE1436361A05/image-dimensions/724x152?v=v2" width="724" height="152" role="button" title="Senlent_0-1703040878802.png" alt="Senlent_0-1703040878802.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1703041023724.png" style="width: 729px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255167i11DD6B6766320470/image-dimensions/729x106?v=v2" width="729" height="106" role="button" title="Senlent_1-1703041023724.png" alt="Senlent_1-1703041023724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1703041054949.png" style="width: 713px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255168i517CEBA6CFC2E63C/image-dimensions/713x358?v=v2" width="713" height="358" role="button" title="Senlent_2-1703041054949.png" alt="Senlent_2-1703041054949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.There is no such document, but you can refer to the routines related to the SIUL module provided below by the IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.RTD includes SDK(Drivers) and mcal. If there is no AUTOSAR requirement, you can use Drivers.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_3-1703041512518.png" style="width: 676px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255170i8B45B6C5BBA8DA2F/image-dimensions/676x364?v=v2" width="676" height="364" role="button" title="Senlent_3-1703041512518.png" alt="Senlent_3-1703041512518.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 03:07:51 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2023-12-20T03:07:51Z</dc:date>
    <item>
      <title>S32K3 PIT timer callback</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777312#M1772</link>
      <description>&lt;P&gt;I'm starting off development on a platform which I’ve never used before, I’m working on the S32K3X4EVB-T172: i made a blinker to get the hang of the various tools, first and foremost the Pins tool.&lt;BR /&gt;I feel like i jumped through too many hoops in order to get this done, i would like anyone to point out whether i missed something or if i overcomplicated things.&lt;BR /&gt;&lt;BR /&gt;Here is what confused me the most:&lt;BR /&gt;&lt;BR /&gt;1) the PIT driver does not provide a function to clear the interrupt flag of the PIT0 peripheral: since i could not find a way to access the registers directly as i was used to do on MPC5604C, i modified the Pit_Ip driver to provide said function; this is clearly sub-optimal, since these changes need to be manually reapplied each time the Pins regenerates the code; where did i go wrong?&lt;BR /&gt;&lt;BR /&gt;2) after routing the needed pins in the Pins utility and configuring things like pull-ups, etc., i was expecting the tool to provide an initialization function for said pins somewhere: Eclipse glitching out and not correctly displaying code as active based on #define directives made me search far and wide to locate all the init functions i needed: is this mentioned anywhere in the documentation?&lt;BR /&gt;&lt;BR /&gt;3) i did not understand what difference it makes whether i use the Port driver provided by the MCAL/Autosar layer vs. the Siul2_Port driver.&lt;BR /&gt;&lt;BR /&gt;4) to make my ISR work, i have inserted my own PIT0 callback in the vector table, and selectively enabled the matching IRQ: while it works, i have the feeling this is not the "intended" way; did i do things the right way, or am i missing out on some other Pins functionality?&lt;/P&gt;&lt;P&gt;I am attaching my test project, feel free to sift through and provide feedback, at such an early stage it's gonna be crucial &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 17:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777312#M1772</guid>
      <dc:creator>Luca_Ferioli</dc:creator>
      <dc:date>2023-12-19T17:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 PIT timer callback</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777551#M1773</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Luca_Ferioli" target="_blank"&gt;Hi@Luca_Ferioli&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;1.for your question 1 and 4&lt;/P&gt;
&lt;P&gt;inCtrl_Ip module used to manage interrupt&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1703040878802.png" style="width: 724px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255166i4198AE1436361A05/image-dimensions/724x152?v=v2" width="724" height="152" role="button" title="Senlent_0-1703040878802.png" alt="Senlent_0-1703040878802.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1703041023724.png" style="width: 729px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255167i11DD6B6766320470/image-dimensions/729x106?v=v2" width="729" height="106" role="button" title="Senlent_1-1703041023724.png" alt="Senlent_1-1703041023724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1703041054949.png" style="width: 713px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255168i517CEBA6CFC2E63C/image-dimensions/713x358?v=v2" width="713" height="358" role="button" title="Senlent_2-1703041054949.png" alt="Senlent_2-1703041054949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.There is no such document, but you can refer to the routines related to the SIUL module provided below by the IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.RTD includes SDK(Drivers) and mcal. If there is no AUTOSAR requirement, you can use Drivers.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_3-1703041512518.png" style="width: 676px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255170i8B45B6C5BBA8DA2F/image-dimensions/676x364?v=v2" width="676" height="364" role="button" title="Senlent_3-1703041512518.png" alt="Senlent_3-1703041512518.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 03:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777551#M1773</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-12-20T03:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 PIT timer callback</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777886#M1774</link>
      <description>&lt;P&gt;This clears up my doubts, thank you for your time &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 10:06:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/S32K3-PIT-timer-callback/m-p/1777886#M1774</guid>
      <dc:creator>Luca_Ferioli</dc:creator>
      <dc:date>2023-12-20T10:06:38Z</dc:date>
    </item>
  </channel>
</rss>

