<?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: Debugging hard fault (bummer) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289980#M9283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attaching the configuration of MQX Lite SystemTimer1 (created by default by PE) in PE's Component Inspector for your reference...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="syst.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119487i91E4C32C31B13EEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="syst.png" alt="syst.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there some additional steps I need to take to correctly configure the MQX Lite System Timer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2013 20:01:44 GMT</pubDate>
    <dc:creator>lokuate</dc:creator>
    <dc:date>2013-06-19T20:01:44Z</dc:date>
    <item>
      <title>Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289975#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a project using MQX lite and KL15, I've been stuck in a hard fault for several days now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've obtained the following code to extract the PC from the stack and figure-out what is causing the hard fault (thank you Freescale):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;__attribute__((naked))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;PE_ISR(Cpu_ivINT_Hard_Fault)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp; __asm volatile&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " movs r0,#4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " movs r1, lr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " tst r0, r1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " beq _MSP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " mrs r0, psp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " b _HALT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp; "_MSP: \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " mrs r0, msp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp; "_HALT: \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " ldr r1,[r0,#20]&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " bkpt #0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&amp;nbsp; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;But saw the following code in an other forum (&lt;A href="http://www.keil.com/forum/14555/" rel="nofollow noopener noreferrer" title="http://www.keil.com/forum/14555/" target="_blank"&gt;Cortex-M3: Tips/Tricks to debug a Hard Fault?&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; margin: 0px 0px 1em; font-size: 14px; color: #000000;"&gt;The Cortex-M pushes 8 registers on the stack on Hard Fault exception. Here is a code to read the memory address that caused it:&lt;/P&gt;&lt;PRE style="font-family: 'courier new', courier, monospace; font-size: 12px; color: #000000; border-top-color: #cccccc; border-bottom-color: #cccccc; background-color: #f3f3f3; margin: 8px 0; padding-left: 10px;"&gt;MRS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R0,PSP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Read PSP LDR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R1,[R0,#24]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Read Saved PC from Stack&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;In either case, both the #20 and the #24 offset returns 0x0 to R1 (supposed to be the PC that generated the hard fault)... &lt;/SPAN&gt;&lt;SPAN style="color: #373737; font-family: 'Courier New'; font-size: 10pt; line-height: 1.5em;"&gt;A PC of 0x0 is either wrong or my code (along with MQX) has gone off on to the weeds big time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;I suppose the SP offset may be a different value but I have looked around the SP vicinity and have found a few probable code addresses related to MQX code blocks (Stack LIFO and 32 bit registers are easy to follow)... thus I suspect a problem with my MQX lite configuration... but I do not think I have messed with the MQX lite configuration outside of what Processor Expert allows me to... so could it be that Processor Expert has some potential MQX Lite kill switches available that it shouldn't have open to newbies like me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;I'm using serial port interrupts, 9600 bauds, I beak on the string composing routine and looks fine, I dunno if the serial port ISR is conflicting with OS Interrupts... But I have messed with priorities from 0 to 3 and all fail...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Courier New'; font-size: 10pt;"&gt;Any assistance will be much &lt;/SPAN&gt;&lt;SPAN style="color: #373737; font-family: 'Courier New';"&gt;appreciated&lt;/SPAN&gt;&lt;SPAN style="color: #373737; font-family: 'Courier New'; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;Kindest Reagards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;Carlos&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #373737;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289975#M9278</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2013-06-13T08:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289976#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos Rodrigues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please read this article to get familiar with hard fault:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.feabhas.com/2013/02/developing-a-generic-hard-fault-handler-for-arm-cortex-m3cortex-m4/" title="http://blog.feabhas.com/2013/02/developing-a-generic-hard-fault-handler-for-arm-cortex-m3cortex-m4/"&gt;http://blog.feabhas.com/2013/02/developing-a-generic-hard-fault-handler-for-arm-cortex-m3cortex-m4/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you implement the approach which published in the following link. I am not familiar with the code from PE, therefore I would personally write my own hard fault handler.&amp;nbsp; &lt;A href="http://support.code-red-tech.com/CodeRedWiki/DebugHardFault" title="http://support.code-red-tech.com/CodeRedWiki/DebugHardFault"&gt;DebugHardFault - ** Code Red Support Site **&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;c0170&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 05:55:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289976#M9279</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-06-14T05:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289977#M9280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Martin!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did advance on this... I activated the trace (learning to use CW 10.3) and saw the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="trace.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119486i2E2E4D87C5320A81/image-size/large?v=v2&amp;amp;px=999" role="button" title="trace.png" alt="trace.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem seems to see a bad initialized pointer &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;(*kernel_data-&amp;gt;TIMER_COMPONENT_ISR)(); That has on itself &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Target address = 0x20000568 pointing deep in the weeds...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; mso-bidi-font-family: 'Times New Roman'; color: #1f497d; font-size: 11pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri;"&gt;I never mingle with that pointer since to me it appears to be an internal MQX Lite pointer I that don't know how to change (If I knew how to change it I could fix it, but then again I'm learning how to use MQX Lite and CW), so if that pointer is the problem then a MQX Lite configuration setting is messed up, please help me out to figure out which one...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; mso-bidi-font-family: 'Times New Roman'; color: #1f497d; font-size: 11pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; mso-bidi-font-family: 'Times New Roman'; color: #1f497d; font-size: 11pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri;"&gt;Carlos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 08:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289977#M9280</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2013-06-15T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289978#M9281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos Rodriguez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how is your timer component set? What timer do you use? It might be helpful to share your project (if possible at least small portion of it with that timer component active), or share more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without any deep details, just step through init phase and check where is timer isr pointer set. Why is an address 0x20000568 assigned to it?&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;c0170&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 06:05:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289978#M9281</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-06-17T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289979#M9282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processor Expert automatically configures a SystemTimer1 for&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;MQX Lite&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, I assume I do not have to set it manually, If I should set it manually please help me figure out how.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 09:09:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289979#M9282</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2013-06-19T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289980#M9283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attaching the configuration of MQX Lite SystemTimer1 (created by default by PE) in PE's Component Inspector for your reference...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="syst.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119487i91E4C32C31B13EEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="syst.png" alt="syst.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there some additional steps I need to take to correctly configure the MQX Lite System Timer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 20:01:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289980#M9283</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2013-06-19T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging hard fault (bummer)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289981#M9284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Lokutas"&gt;Lokutas&lt;/A&gt;​, did you ever figure this out?&amp;nbsp; I'm currently trying to debug a new hard fault exception and came across your post, and was curious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 04:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugging-hard-fault-bummer/m-p/289981#M9284</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-07-02T04:37:14Z</dc:date>
    </item>
  </channel>
</rss>

