<?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: RT1052 Threadx GUIX in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331499#M16120</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;感谢回复。&lt;BR /&gt;从你的叙述中，感觉hardfault的出现是跟SDRAM的硬件连接有关，我建议你可以参照&lt;A href="https://www.cnblogs.com/henjay724/p/14580257.html" target="_self"&gt;此贴&lt;/A&gt;对你的SDRAM的稳定性做一下测试。&lt;BR /&gt;还有可以适当的降低SDRAM的时钟频率以提供稳定性。&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 06:43:36 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2021-08-30T06:43:36Z</dc:date>
    <item>
      <title>RT1052 Threadx GUIX</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331242#M16107</link>
      <description>&lt;P&gt;&lt;BR /&gt;I use RT1052 to develop a HMI（GUI is threadx GUIX），when the program run more than ten hours later, it's stoped.&lt;BR /&gt;the debugger remind “Bus Fault (BFSR) IMPRECISERR (2) Imprecise data bus error” ，“Hard Fault (HFSR)&lt;BR /&gt;FORCED (30) Indicates a forced hard fault, generated by escalation of a fault with configurable priority that cannot be handled, either because of priority or because it is disabled”，BUt I did not find the bug. Can you give me some help？ Thank you very much！&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 01:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331242#M16107</guid>
      <dc:creator>zhangran</dc:creator>
      <dc:date>2021-08-28T01:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 Threadx GUIX</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331373#M16114</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Before answering your question, I was wondering if you can introduce the testing environment, for instance, board, code, IDE, etc.&lt;BR /&gt;Further, I'd highly recommend you to refer to the &lt;A href="https://mcuoneclipse.com/2012/11/24/debugging-hard-faults-on-arm-cortex-m/" target="_self"&gt;post&lt;/A&gt; to find out the root cause of triggering the Hardfault.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 02:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331373#M16114</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-08-30T02:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 Threadx GUIX</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331455#M16119</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;&amp;nbsp; 我现在使用&amp;nbsp; MCUXpresso IDE，RT1052&amp;nbsp; MCU 外扩&amp;nbsp; 32M SDRAM 和 16M NORFlash。我使用RT1052设计一款摩托车仪表，客户要求实现发动机转速的拖尾效果。所以，我根据Threadx GUIX的功能，自己写了一部分代码，部分代码就是转速指针下方的一部分颜色填充，这部分颜色是我从一整张图片中提取出来的颜色，然后贴图到对应的位置上。最开始，提取出来的颜色数据放置到一个数组中，默认放置在sdram中，容易出现hardfault，然后将这个数组放置在AT_NONCACHEABLE_SECTION_ALIGN 这个区域内，出现hardfault的概念降低了。或者说，我们升级了PCB，在旧的PCB上出现了一次hardfault，而在新的PCB上并没有出现，而两款PCB的差异主要就是地线走线的优化。&lt;/P&gt;&lt;P&gt;&amp;nbsp;Have a great day！&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1630300027(1).png" style="width: 150px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/154415iCA7712AA564DE7F1/image-dimensions/150x181?v=v2" width="150" height="181" role="button" title="1630300027(1).png" alt="1630300027(1).png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1630300027(1).png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 05:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331455#M16119</guid>
      <dc:creator>zhangran</dc:creator>
      <dc:date>2021-08-30T05:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 Threadx GUIX</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331499#M16120</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;感谢回复。&lt;BR /&gt;从你的叙述中，感觉hardfault的出现是跟SDRAM的硬件连接有关，我建议你可以参照&lt;A href="https://www.cnblogs.com/henjay724/p/14580257.html" target="_self"&gt;此贴&lt;/A&gt;对你的SDRAM的稳定性做一下测试。&lt;BR /&gt;还有可以适当的降低SDRAM的时钟频率以提供稳定性。&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 06:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1052-Threadx-GUIX/m-p/1331499#M16120</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-08-30T06:43:36Z</dc:date>
    </item>
  </channel>
</rss>

