<?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のトピックRe: s32k144 interrupt service routine processing case</title>
    <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786785#M30499</link>
    <description>&lt;P&gt;I think it would be correct to put the INT_SYS_DisableIRQGlobal / INT_SYS_EnableIRQGlobal functions at the top and bottom of the PORTE_IRQHandler function, respectively, to pending other interrupts during IRQ processing, and to handle the pending interrupt after IRQ processing is completed.&lt;/P&gt;&lt;P&gt;tell me your opinions.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 04:28:45 GMT</pubDate>
    <dc:creator>SW_Park</dc:creator>
    <dc:date>2024-01-11T04:28:45Z</dc:date>
    <item>
      <title>s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786622#M30493</link>
      <description>&lt;P&gt;hello. I ask the question as follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SW_Park_0-1704932698727.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257604i5BC8B5C291F62F14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SW_Park_0-1704932698727.png" alt="SW_Park_0-1704932698727.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;During PORTE_IRQHandler operation by PTE15 interrupt,&lt;/P&gt;&lt;P&gt;How is it handled when a PTE16 interrupt occurs?&lt;/P&gt;&lt;P&gt;After completing the PORTE_IRQHandler operation, is the PORTE_IRQHandler function called again?&lt;/P&gt;&lt;P&gt;Otherwise, it is expected that missing or duplicate processing will occur.&lt;/P&gt;&lt;P&gt;-&amp;gt; If there is no re-call, it is thought that PTE16 interrupt processing will be missed.&lt;/P&gt;&lt;P&gt;-&amp;gt; If PORTE_IRQHandler is called again when a PTE16 interrupt occurs, it is thought that problems will occur due to duplicate processing of code.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 00:26:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786622#M30493</guid>
      <dc:creator>SW_Park</dc:creator>
      <dc:date>2024-01-11T00:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786737#M30497</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@SW_Park" target="_blank"&gt;Hi@SW_Park&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;yes, it will call&amp;nbsp;&lt;SPAN&gt;PORTE_IRQHandler again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 03:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786737#M30497</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-01-11T03:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786785#M30499</link>
      <description>&lt;P&gt;I think it would be correct to put the INT_SYS_DisableIRQGlobal / INT_SYS_EnableIRQGlobal functions at the top and bottom of the PORTE_IRQHandler function, respectively, to pending other interrupts during IRQ processing, and to handle the pending interrupt after IRQ processing is completed.&lt;/P&gt;&lt;P&gt;tell me your opinions.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 04:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786785#M30499</guid>
      <dc:creator>SW_Park</dc:creator>
      <dc:date>2024-01-11T04:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786796#M30502</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@SW_Park" target="_blank"&gt;Hi@SW_Park&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I don't think it is necessary since the process sequence is still the same.&lt;/P&gt;
&lt;P&gt;if you have in doubt this, you can make some test for your options.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 04:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786796#M30502</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-01-11T04:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786809#M30504</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Does this mean there is no "Pre-emption" because the group priority is the same?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 05:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786809#M30504</guid>
      <dc:creator>SW_Park</dc:creator>
      <dc:date>2024-01-11T05:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 interrupt service routine processing case</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786859#M30506</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@SW_Park" target="_blank"&gt;Hi@SW_Park&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for all pins of PORTx share one Vector Address, so these is no&amp;nbsp;difference in priority&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1704953339977.png" style="width: 663px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257670iB09758626392184B/image-dimensions/663x85?v=v2" width="663" height="85" role="button" title="Senlent_0-1704953339977.png" alt="Senlent_0-1704953339977.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 06:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-interrupt-service-routine-processing-case/m-p/1786859#M30506</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-01-11T06:25:32Z</dc:date>
    </item>
  </channel>
</rss>

