<?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: NMI interrupt in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094949#M41943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure. LPC1769 is Cortex-M3 series controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2020 22:56:15 GMT</pubDate>
    <dc:creator>TEMCEFF</dc:creator>
    <dc:date>2020-04-14T22:56:15Z</dc:date>
    <item>
      <title>NMI interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094945#M41939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any help me, how to configure watchdog as NMI interrupt. Whenever my code went into hardfault, watchdog unable to reset it. Hardfault has -1 interrupt priority and NMI has -2 interrupt priority.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 11:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094945#M41939</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2020-04-14T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: NMI interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094946#M41940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the need for this?&lt;/P&gt;&lt;P&gt;What device are you using (but think this applies to any Cortex-M anyway?)?&lt;/P&gt;&lt;P&gt;If the watchdog is not kicked, it will cause a reset, and reset has a priority of -3 which is even lower than NMI (-2) and Hardfault (-1), see &lt;A class="link-titled" href="https://mcuoneclipse.com/2016/08/14/arm-cortex-m-interrupts-and-freertos-part-1/" title="https://mcuoneclipse.com/2016/08/14/arm-cortex-m-interrupts-and-freertos-part-1/"&gt;ARM Cortex-M, Interrupts and FreeRTOS: Part 1 | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can say that at least on the Kinetis implementation I'm always able to get out of a hard fault with the watchdog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 13:12:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094946#M41940</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-04-14T13:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: NMI interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094947#M41941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your program went to hardfault handler, your watch dog doesn't work because hardfault has highest priority than watchdog. If we configured watchdog as NMI we can reset the processor even though it is in hardfault handler.&lt;/P&gt;&lt;P&gt;I'm using LPC1769 controller.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094947#M41941</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2020-04-14T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: NMI interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094948#M41942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure? This is certainly true if you rely on the Watchdog interrupt. But the watchdog itself will drive reset which has the highest priority. I can confirm this at least for other Cortex-M (I don't know for the LPC1769).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094948#M41942</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-04-14T14:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: NMI interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094949#M41943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure. LPC1769 is Cortex-M3 series controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 22:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NMI-interrupt/m-p/1094949#M41943</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2020-04-14T22:56:15Z</dc:date>
    </item>
  </channel>
</rss>

