<?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: MC56F837xx : Controller HALTs while feeding some GPIO in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995164#M3599</link>
    <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt; ,&lt;BR /&gt;There is not interrupt enabled for that GPIO, since with same signal if we comment out some lines of code, this issue is not happening. The thing I noticed is even after HALT happened also the interrupts with priority 2 are still executed.&lt;BR /&gt;&lt;BR /&gt;Are there any internally generated interrupt with priority less than 2, is it illegal instruction interrupt and if so what might be the reasons ?</description>
    <pubDate>Fri, 15 Nov 2024 05:03:26 GMT</pubDate>
    <dc:creator>Aman786</dc:creator>
    <dc:date>2024-11-15T05:03:26Z</dc:date>
    <item>
      <title>MC56F837xx : Controller HALTs while feeding some GPIO</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1994388#M3595</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was debugging a code. It executes normally but after feeding some signal (gpio) the controller gets HLT and not able to continue.&lt;/P&gt;&lt;P&gt;Can you please help to identify the issue causing controller halt ?&lt;/P&gt;&lt;P&gt;PFA the attached image&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="err1.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310484i63DF9BCA00370A50/image-size/large?v=v2&amp;amp;px=999" role="button" title="err1.png" alt="err1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;@xiangjun_rong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 07:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1994388#M3595</guid>
      <dc:creator>Aman786</dc:creator>
      <dc:date>2024-11-14T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F837xx : Controller HALTs while feeding some GPIO</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995076#M3598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I guess that you have configured the GPIO port interrupt enabled, so the GPIO pin rising or falling edge triggers an interrupt, but you do not have ISR for the port.&lt;/P&gt;
&lt;P&gt;Can you tell us which GPIO pin makes the core to stop at the entry point? is it convenient for you to post the code?&lt;/P&gt;
&lt;P&gt;For example, pls check the PORT and pin of the GPIO input, then check the GPIOx_IENR reg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1731638658570.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310693iD58CD72EB626B13D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1731638658570.png" alt="xiangjun_rong_0-1731638658570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 02:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995076#M3598</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-11-15T02:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F837xx : Controller HALTs while feeding some GPIO</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995164#M3599</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt; ,&lt;BR /&gt;There is not interrupt enabled for that GPIO, since with same signal if we comment out some lines of code, this issue is not happening. The thing I noticed is even after HALT happened also the interrupts with priority 2 are still executed.&lt;BR /&gt;&lt;BR /&gt;Are there any internally generated interrupt with priority less than 2, is it illegal instruction interrupt and if so what might be the reasons ?</description>
      <pubDate>Fri, 15 Nov 2024 05:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995164#M3599</guid>
      <dc:creator>Aman786</dc:creator>
      <dc:date>2024-11-15T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F837xx : Controller HALTs while feeding some GPIO</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995937#M3605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From your screenshot, we can see that an interrupt happened, but there is not ISR, even we do not know the interrupt source.&lt;/P&gt;
&lt;P&gt;Pls refer to the INTC_CTRL[VAB], then you can know the interrupt source after the interrupt happened.&lt;/P&gt;
&lt;P&gt;BTW, pls refer to the bits of INTC_IRQPx register to know the interrupt source, 0 means that the interrupt is pending.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1731898867292.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310921i6F3515E23AE59AFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1731898867292.png" alt="xiangjun_rong_0-1731898867292.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 03:04:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F837xx-Controller-HALTs-while-feeding-some-GPIO/m-p/1995937#M3605</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-11-18T03:04:19Z</dc:date>
    </item>
  </channel>
</rss>

