<?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>MQX Software Solutions中的主题 Encountered a problem on the RTCS and MQX.</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649103#M17150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my project, I encountered a problem：&lt;/P&gt;&lt;P&gt;In Kinetis K66，my board with a 16MB SDRAM，I need change ram pool to SDRAM, so I use this code at the first task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_mem_pool_id test_id , old_id ;&lt;BR /&gt; test_id = _mem_create_pool((void *)0x08000000,(_mem_size)0x00A00000); &amp;nbsp;//10MB&lt;BR /&gt; old_id = _mem_set_default_pool(test_id);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so , I can use function "malloc" in my project allocate memory at address 0x08000000;&lt;/P&gt;&lt;P&gt;but, I encountered a problem use this with RTCS , when i set SDRAM address at "0x70000000", "0x80000000","0x88000000", RTCS working properly , but when I &amp;nbsp;set SDRAM address at "0x08000000", RTCS will not working properly,but the rest of the system work all normal。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps：MQX and RTCS version is 4.2.0 &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 03:17:47 GMT</pubDate>
    <dc:creator>jetli</dc:creator>
    <dc:date>2016-10-19T03:17:47Z</dc:date>
    <item>
      <title>Encountered a problem on the RTCS and MQX.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649103#M17150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my project, I encountered a problem：&lt;/P&gt;&lt;P&gt;In Kinetis K66，my board with a 16MB SDRAM，I need change ram pool to SDRAM, so I use this code at the first task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_mem_pool_id test_id , old_id ;&lt;BR /&gt; test_id = _mem_create_pool((void *)0x08000000,(_mem_size)0x00A00000); &amp;nbsp;//10MB&lt;BR /&gt; old_id = _mem_set_default_pool(test_id);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so , I can use function "malloc" in my project allocate memory at address 0x08000000;&lt;/P&gt;&lt;P&gt;but, I encountered a problem use this with RTCS , when i set SDRAM address at "0x70000000", "0x80000000","0x88000000", RTCS working properly , but when I &amp;nbsp;set SDRAM address at "0x08000000", RTCS will not working properly,but the rest of the system work all normal。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps：MQX and RTCS version is 4.2.0 &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:17:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649103#M17150</guid>
      <dc:creator>jetli</dc:creator>
      <dc:date>2016-10-19T03:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered a problem on the RTCS and MQX.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649104#M17151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi jet,&lt;/P&gt;&lt;P&gt;It might actually be the memory map accesses that are (or are not) allowed.&lt;/P&gt;&lt;P&gt;Look at the Reference Manual Table 5-1 "System memory map" on Chapter 5.&lt;/P&gt;&lt;P&gt;The 0x0800_0000 - 0x0FFF_FFFF allows only core access.&lt;/P&gt;&lt;P&gt;The other addresses that work for you allow "All masters".&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 15:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649104#M17151</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-19T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered a problem on the RTCS and MQX.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649105#M17152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks &amp;nbsp;alot ,&amp;nbsp;Your reply to my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 01:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Encountered-a-problem-on-the-RTCS-and-MQX/m-p/649105#M17152</guid>
      <dc:creator>jetli</dc:creator>
      <dc:date>2016-10-20T01:40:08Z</dc:date>
    </item>
  </channel>
</rss>

