<?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>S32 SDKのトピックSetting interrupt priority using S32K1 RTD</title>
    <link>https://community.nxp.com/t5/S32-SDK/Setting-interrupt-priority-using-S32K1-RTD/m-p/1593500#M2909</link>
    <description>&lt;P&gt;While investigating an interrupt priority issue on the S32K1, I discovered none of the RTD examples ever set the interrupt priority.&lt;/P&gt;&lt;P&gt;Shouldn't the interrupt priority be set with the following?&lt;/P&gt;&lt;P&gt;IntCtrl_Ip_Init(&amp;amp;IntCtrlConfig_0);&lt;/P&gt;&lt;P&gt;Also, the S32K1 examples all set the handler by calling&amp;nbsp;IntCtrl_Ip_InstallHandler() directly instead of using the peripheral configuration tool along with&amp;nbsp;&lt;/P&gt;&lt;P&gt;IntCtrl_Ip_ConfigIrqRouting(&amp;amp;intRouteConfig);&lt;/P&gt;&lt;P&gt;Since the example code is supposed to show users how to use the RTDs, shouldn't they be using these two functions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 16:32:41 GMT</pubDate>
    <dc:creator>hns80</dc:creator>
    <dc:date>2023-02-05T16:32:41Z</dc:date>
    <item>
      <title>Setting interrupt priority using S32K1 RTD</title>
      <link>https://community.nxp.com/t5/S32-SDK/Setting-interrupt-priority-using-S32K1-RTD/m-p/1593500#M2909</link>
      <description>&lt;P&gt;While investigating an interrupt priority issue on the S32K1, I discovered none of the RTD examples ever set the interrupt priority.&lt;/P&gt;&lt;P&gt;Shouldn't the interrupt priority be set with the following?&lt;/P&gt;&lt;P&gt;IntCtrl_Ip_Init(&amp;amp;IntCtrlConfig_0);&lt;/P&gt;&lt;P&gt;Also, the S32K1 examples all set the handler by calling&amp;nbsp;IntCtrl_Ip_InstallHandler() directly instead of using the peripheral configuration tool along with&amp;nbsp;&lt;/P&gt;&lt;P&gt;IntCtrl_Ip_ConfigIrqRouting(&amp;amp;intRouteConfig);&lt;/P&gt;&lt;P&gt;Since the example code is supposed to show users how to use the RTDs, shouldn't they be using these two functions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 16:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Setting-interrupt-priority-using-S32K1-RTD/m-p/1593500#M2909</guid>
      <dc:creator>hns80</dc:creator>
      <dc:date>2023-02-05T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting interrupt priority using S32K1 RTD</title>
      <link>https://community.nxp.com/t5/S32-SDK/Setting-interrupt-priority-using-S32K1-RTD/m-p/1594349#M2912</link>
      <description>&lt;P&gt;Hi&amp;nbsp;hns80,&lt;/P&gt;
&lt;P&gt;The reason for not setting the priority in the RTD example may be the same as the SDK: &lt;EM&gt;The interrupt priority scheme is entirely determined by the specific application logic and its setting is handled by the user application. The user application manages the interrupt priorities.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Interrupt Manager SDK.png" style="width: 792px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/209868iFFA156949C09CE60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Interrupt Manager SDK.png" alt="Interrupt Manager SDK.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Yes. I agree with you. I have mentioned these two APIs in: &lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/GPIO-interrupt-example-project-using-S32K1xx-RTD-without-AUTOSAR/ta-p/1540959/jump-to/first-unread-message" target="_self"&gt;GPIO interrupt example project using S32K1xx RTD without AUTOSAR&lt;/A&gt; &lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/SIUL2-external-interrupt-example-project-using-S32K3-RTD-without/ta-p/1552335/jump-to/first-unread-message" target="_self"&gt;SIUL2 external interrupt example project using S32K3 RTD without AUTOSAR&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In AN13767, &lt;STRONG&gt;S32CT&lt;/STRONG&gt;(peripheral configuration tool)&amp;nbsp;and &lt;STRONG&gt;IntCtrl_Ip_Init&lt;/STRONG&gt;, &lt;STRONG&gt;IntCtrl_Ip_ConfigIrqRouting&lt;/STRONG&gt; are used to configure multiple interrupts too.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AN13767 IntCtrl_Ip_Init IntCtrl_Ip_ConfigIrqRouting.png" style="width: 924px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/209866iB36C776346C64C1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="AN13767 IntCtrl_Ip_Init IntCtrl_Ip_ConfigIrqRouting.png" alt="AN13767 IntCtrl_Ip_Init IntCtrl_Ip_ConfigIrqRouting.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 03:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Setting-interrupt-priority-using-S32K1-RTD/m-p/1594349#M2912</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-02-07T03:19:30Z</dc:date>
    </item>
  </channel>
</rss>

