<?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>topic Re: S32R Interrupt cannot enter in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1496116#M14788</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You should find the vector table, which registers the interrupt, in the startup code, e.g. Vector_Vle_App_Interrupt.s, then modify the corresponding interrupt handler ID. The vector table address then should be written to&amp;nbsp;&lt;SPAN&gt;IVPR register. See the attachment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nam&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 06:46:04 GMT</pubDate>
    <dc:creator>namnguyenviet</dc:creator>
    <dc:date>2022-07-27T06:46:04Z</dc:date>
    <item>
      <title>S32R Interrupt cannot enter</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1488063#M14626</link>
      <description>&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The compiler used in this project is WindRiver, interrupt cannot be entered. Can you help to solve it?&lt;/P&gt;&lt;P&gt;In addition, I found the root cause of this problem is startup.s, interrupt vector is not registered. I took simulation, and the state of the register is correct, as shown as in the figure.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b5c61fe9bf0658f5ecad23f42d00ca3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186319i9BFE889A97173F2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="b5c61fe9bf0658f5ecad23f42d00ca3.png" alt="b5c61fe9bf0658f5ecad23f42d00ca3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="71335f28160273c7ff1dd8d20f87a83.png" style="width: 977px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186320iDDE85FE854986FA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="71335f28160273c7ff1dd8d20f87a83.png" alt="71335f28160273c7ff1dd8d20f87a83.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cde8ba05ee5c8d058c979dcb0711ad7.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186321i58FFC0A1F8847516/image-size/large?v=v2&amp;amp;px=999" role="button" title="cde8ba05ee5c8d058c979dcb0711ad7.png" alt="cde8ba05ee5c8d058c979dcb0711ad7.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1bf73a24688940dd07dbfc8236a2969.png" style="width: 688px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186322i13ED900F620017A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1bf73a24688940dd07dbfc8236a2969.png" alt="1bf73a24688940dd07dbfc8236a2969.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1488063#M14626</guid>
      <dc:creator>binqin</dc:creator>
      <dc:date>2022-07-12T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32R Interrupt cannot enter</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1490711#M14676</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Since the MCAL driver doesn't register the interrupts, you have to register the interrupts manually.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 04:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1490711#M14676</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-07-18T04:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32R Interrupt cannot enter</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1492925#M14727</link>
      <description>&lt;P&gt;Hi:&lt;SPAN&gt;Nam&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have the same problem, how should I egister the interrupts manually? Can you give me an example of the above question. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 02:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1492925#M14727</guid>
      <dc:creator>MichaelLee2</dc:creator>
      <dc:date>2022-07-21T02:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32R Interrupt cannot enter</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1496116#M14788</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You should find the vector table, which registers the interrupt, in the startup code, e.g. Vector_Vle_App_Interrupt.s, then modify the corresponding interrupt handler ID. The vector table address then should be written to&amp;nbsp;&lt;SPAN&gt;IVPR register. See the attachment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nam&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 06:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/S32R-Interrupt-cannot-enter/m-p/1496116#M14788</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-07-27T06:46:04Z</dc:date>
    </item>
  </channel>
</rss>

