<?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: How to trace PE_ISR() for MK60 MCU in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422897#M24256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is Hard_Fault,&lt;/P&gt;&lt;P&gt;How many conditions can cause this fault?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 00:05:48 GMT</pubDate>
    <dc:creator>rabbitz</dc:creator>
    <dc:date>2015-09-04T00:05:48Z</dc:date>
    <item>
      <title>How to trace PE_ISR() for MK60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422895#M24254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an CodeWarrior peoject with PE generated code, it some time trigger PE_ISR() and hang, I would like to trace the reason and fix it.&lt;/P&gt;&lt;P&gt;Is there suggestion how to trace it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 08:20:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422895#M24254</guid>
      <dc:creator>rabbitz</dc:creator>
      <dc:date>2015-09-03T08:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace PE_ISR() for MK60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422896#M24255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;You can enable 'own handler for every interrupt', so you know which interrupt is firing.&lt;/P&gt;&lt;P&gt;See &lt;A href="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/" title="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/"&gt;Oh my! An Interrupt… | MCU on Eclipse&lt;/A&gt; &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>Thu, 03 Sep 2015 09:36:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422896#M24255</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-09-03T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace PE_ISR() for MK60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422897#M24256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is Hard_Fault,&lt;/P&gt;&lt;P&gt;How many conditions can cause this fault?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 00:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422897#M24256</guid>
      <dc:creator>rabbitz</dc:creator>
      <dc:date>2015-09-04T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace PE_ISR() for MK60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422898#M24257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;most likely it is a misaligned access, an access to a NULL pointer or accessing a peripheral which is not clocked/powered.&lt;/P&gt;&lt;P&gt;Here are a few articles how to debug the reason for the hard fault:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/11/24/debugging-hard-faults-on-arm-cortex-m/" title="http://mcuoneclipse.com/2012/11/24/debugging-hard-faults-on-arm-cortex-m/"&gt;Debugging Hard Faults on ARM Cortex-M &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2015/07/05/debugging-arm-cortex-m-hard-faults-with-gdb-custom-command/" title="http://mcuoneclipse.com/2015/07/05/debugging-arm-cortex-m-hard-faults-with-gdb-custom-command/"&gt;Debugging ARM Cortex-M Hard Faults with GDB Custom Command &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/12/28/a-processor-expert-component-to-help-with-hard-faults/" title="http://mcuoneclipse.com/2012/12/28/a-processor-expert-component-to-help-with-hard-faults/"&gt;A Processor Expert Component to Help with Hard Faults &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the last one with that Processor Expert component (this is what I use with my Processor Expert projects), you can find it on SourceForge:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/" title="https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/"&gt;https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;how to install: &lt;A href="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" title="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/"&gt;McuOnEclipse Releases on SourceForge &lt;/A&gt;&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>Fri, 04 Sep 2015 05:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trace-PE-ISR-for-MK60-MCU/m-p/422898#M24257</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-09-04T05:36:15Z</dc:date>
    </item>
  </channel>
</rss>

