<?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>LPC MicrocontrollersのトピックHard fault exception lpc5506</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2029948#M57550</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with random hard fault exception. My program sometimes works 1h, sometimes 1s and sticks in hard fault. LR=0xffffffa8, stack is not overflow. I'm using an interrupts.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marek&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="marektypanski_0-1737141774001.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320125iC256202FA8ACA3B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marektypanski_0-1737141774001.png" alt="marektypanski_0-1737141774001.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marektypanski_1-1737141802435.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320126iB106675FC95B776E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marektypanski_1-1737141802435.png" alt="marektypanski_1-1737141802435.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 19:26:09 GMT</pubDate>
    <dc:creator>marektyp</dc:creator>
    <dc:date>2025-01-17T19:26:09Z</dc:date>
    <item>
      <title>Hard fault exception lpc5506</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2029948#M57550</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with random hard fault exception. My program sometimes works 1h, sometimes 1s and sticks in hard fault. LR=0xffffffa8, stack is not overflow. I'm using an interrupts.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marek&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="marektypanski_0-1737141774001.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320125iC256202FA8ACA3B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marektypanski_0-1737141774001.png" alt="marektypanski_0-1737141774001.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marektypanski_1-1737141802435.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320126iB106675FC95B776E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marektypanski_1-1737141802435.png" alt="marektypanski_1-1737141802435.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 19:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2029948#M57550</guid>
      <dc:creator>marektyp</dc:creator>
      <dc:date>2025-01-17T19:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hard fault exception lpc5506</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2030375#M57561</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/75899"&gt;@marektyp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your picture,&amp;nbsp;the Link Register (LR) value of 0xffffffa8 suggests that the exception occurred while the processor was trying to return from an interrupt or an exception handler.&lt;BR /&gt;This might indicate a problem within the interrupt handling routines or an issue with how interrupts are being managed.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 07:05:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2030375#M57561</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-01-20T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hard fault exception lpc5506</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2126279#M58448</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I've found source of the problem. The code is OK. The issue was caused by low core voltage. My core run on 96MHz, compiler set the medium voltage level. Until I do not run many peripherals everything was wright, but when my program grown up the core needs more power :). I set core voltage on maximum and problem disapeard.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 08:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Hard-fault-exception-lpc5506/m-p/2126279#M58448</guid>
      <dc:creator>marektyp</dc:creator>
      <dc:date>2025-07-01T08:56:26Z</dc:date>
    </item>
  </channel>
</rss>

