<?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: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878903#M3757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I was able to make the SDRAM work by following the steps below:&lt;/P&gt;&lt;P&gt;1 - Opening the "evkbimxrt1050_semc" example.&lt;/P&gt;&lt;P&gt;2 - Changing the memory order of the BOARD_SDRAM to be the first memory after the flash.&lt;/P&gt;&lt;P&gt;3 - Defining XIP_BOOT_HEADER_DCD_ENABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I figured out that the memory initialization script provided in&amp;nbsp;&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt;Overview of using the MIMXRT1050-EVK(B) with MCUXpresso IDE&lt;/A&gt;&amp;nbsp; didn't work for me. So I had to use DCD to make it work, just as Ed Waldner. I still don't know why the script didn't work.&lt;/P&gt;&lt;P&gt;It also took me a while because I was trying every combination possible and copying chunks of the &lt;SPAN&gt;"evkbimxrt1050_semc" code into "evkbimxrt1050_dev_dcd_vcom_freertos" instead of doing it the other way around.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my other examples, I had to additionally define SKIP_SYSCLK_INIT, so it wouldn't mess up semc clock. And just to be sure I reinitialized semc like in the example&amp;nbsp;&lt;SPAN&gt;"evkbimxrt1050_semc"&amp;nbsp;as soon as the code got into main. Can you confirm if this is the right way to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However one thing still bugs me: M&lt;/SPAN&gt;&lt;SPAN&gt;y USB high speed stops enumerating if I use the BOARD_SDRAM instead of the SRAM_DTC. Does anybody know any reason why this is happening? I still haven't paid too much attention to it yet, but If anyone have any hints on this subject I gladly appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once again, thank you for your support, Kerry.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2019 17:17:57 GMT</pubDate>
    <dc:creator>henrique_klein</dc:creator>
    <dc:date>2019-03-12T17:17:57Z</dc:date>
    <item>
      <title>SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878901#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I started to work with the MCUXpresso SDK 2.5 on the MIMXRT1050-EVK(B). As a basis for my system I used a FreeRTOS virtual comm example and from there started to customize according to my future application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a proof of concept I made some changes to the default configuration of the examples provided by the SDK, such as using QSPI with XIP instead of HyperFlash. In between some changes I anticipated that my application might use a lot of FreeRTOS heap memory (which is considered a global variable, right?), so I changed the configuration of&amp;nbsp;"Global data placement" to the BOARD_SDRAM. After compiling the map succesfully showed that my actual heap and stack were still in my internal memory (SRAM_DTC) while my FreeRTOS heap was in the SDRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory region Used Size Region Size %age Used&lt;BR /&gt; BOARD_FLASH: 81348 B 8 MB 0.97%&lt;BR /&gt; SRAM_DTC: 16 KB 128 KB 12.50%&lt;BR /&gt; SRAM_ITC: 0 GB 128 KB 0.00%&lt;BR /&gt; SRAM_OC: 0 GB 256 KB 0.00%&lt;BR /&gt; BOARD_SDRAM: 72048 B 32 MB 0.21%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When first trying to debug the application resulted in a Hardfault which made me search in the community for answers and found similar problems on the links bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/470548"&gt;Issue with MIMXRT1050-EVK, FreeRTOS and SDRAM for data storage&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/418684"&gt;hard fault when FreeRTOS heap is in external SDRAM&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried just about everything mentioned in Ed Waldner's thread and had even inferior results than him, not being able to run the code a single time. As for now, I tried to initialize the SDRAM as it is initialized in the&amp;nbsp;evkbimxrt1050_semc example (both in main function as in the ResetISR()) and nothing seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, my latest version is configured as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67097iDD5BCC891C937C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67243i63A7F48760097C9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know what am I missing? I followed the tutorial on&amp;nbsp;&lt;A href="https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2017/12/07/overview-of-using-the-mimxrt1050-evk-with-mcuxpresso-ide"&gt;https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2017/12/07/overview-of-using-the-mimxrt1050-evk-with-mcuxpresso-ide&lt;/A&gt;&amp;nbsp; but that failed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 21:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878901#M3755</guid>
      <dc:creator>henrique_klein</dc:creator>
      <dc:date>2019-03-07T21:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878902#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrique,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you also share your problem project, which can reproduce the problem on the MIMXRT1050-EVKB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Then I would like to reproduce it on my side at first, then check the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878902#M3756</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-12T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878903#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I was able to make the SDRAM work by following the steps below:&lt;/P&gt;&lt;P&gt;1 - Opening the "evkbimxrt1050_semc" example.&lt;/P&gt;&lt;P&gt;2 - Changing the memory order of the BOARD_SDRAM to be the first memory after the flash.&lt;/P&gt;&lt;P&gt;3 - Defining XIP_BOOT_HEADER_DCD_ENABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I figured out that the memory initialization script provided in&amp;nbsp;&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt;Overview of using the MIMXRT1050-EVK(B) with MCUXpresso IDE&lt;/A&gt;&amp;nbsp; didn't work for me. So I had to use DCD to make it work, just as Ed Waldner. I still don't know why the script didn't work.&lt;/P&gt;&lt;P&gt;It also took me a while because I was trying every combination possible and copying chunks of the &lt;SPAN&gt;"evkbimxrt1050_semc" code into "evkbimxrt1050_dev_dcd_vcom_freertos" instead of doing it the other way around.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my other examples, I had to additionally define SKIP_SYSCLK_INIT, so it wouldn't mess up semc clock. And just to be sure I reinitialized semc like in the example&amp;nbsp;&lt;SPAN&gt;"evkbimxrt1050_semc"&amp;nbsp;as soon as the code got into main. Can you confirm if this is the right way to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However one thing still bugs me: M&lt;/SPAN&gt;&lt;SPAN&gt;y USB high speed stops enumerating if I use the BOARD_SDRAM instead of the SRAM_DTC. Does anybody know any reason why this is happening? I still haven't paid too much attention to it yet, but If anyone have any hints on this subject I gladly appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once again, thank you for your support, Kerry.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 17:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878903#M3757</guid>
      <dc:creator>henrique_klein</dc:creator>
      <dc:date>2019-03-12T17:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878904#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrique Klein,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, if you want to use the SDRAM, you need to make sure the SDRAM is defined in MCU Settings.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73465i21005FAF4C5DE3C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And you also need to define XIP_BOOT_HEADER_DCD_ENABLE as 1.&lt;/P&gt;&lt;P&gt;Actually, the SDK project already contains these configuration, you just need to define XIP_BOOT_HEADER_DCD_ENABLE to 1, then the DCD will be enabled, the SDRAM willl be initialized.&lt;/P&gt;&lt;P&gt;Please check these application note, it will be useful to you, it also have the SDRAM usage examples:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12107.pdf" title="https://www.nxp.com/docs/en/application-note/AN12107.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12107.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12108.pdf" title="https://www.nxp.com/docs/en/application-note/AN12108.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12108.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using the qspi, please refer to AN12108.pdf.&lt;/P&gt;&lt;P&gt;About the IDE, you need to use the newest MCUxpresso IDE version, 10.2 is very old.&lt;/P&gt;&lt;P&gt;About SKIP_SYSCLK_INIT, in your other examples, you can define it.&lt;/P&gt;&lt;P&gt;Another customer also share his solutions, please check his last post:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/1102140?commentID=1102140#comment-1102140" title="https://community.nxp.com/message/1102140?commentID=1102140#comment-1102140"&gt;https://community.nxp.com/message/1102140?commentID=1102140#comment-1102140&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the &lt;SPAN&gt;USB high speed&lt;/SPAN&gt; &lt;SPAN&gt;stops enumerating&lt;/SPAN&gt; problem, could you tell which code you are using, the official SDK code? Please tell me the detail project name, I will help you to check it on my side with the SDRAM configuration, please make sure your DCD is enabled.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:37:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878904#M3758</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-13T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878905#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went back to the basics and used the "evkbimxrt1050_dev_cdc_vcom_freertos" code to reproduce the error.&lt;/P&gt;&lt;P&gt;From the base code I enabled SDRAM (however, I didn't separate a NONCACHEBLE region) and the error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I change my first ram to SRAM_DTC and recompile, the USB enumerates successfully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878905#M3759</guid>
      <dc:creator>henrique_klein</dc:creator>
      <dc:date>2019-03-15T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878906#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrigque Klein,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you give me your memory details? Like this picture, I will check it on my side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78129iCC3468F2E5CC56DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 08:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878906#M3760</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-18T08:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878907#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My configuration was just as yours, but I changed the ram order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="xpressoConfig.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68590i65678AD31B92E69B/image-size/large?v=v2&amp;amp;px=999" role="button" title="xpressoConfig.png" alt="xpressoConfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't change anything else, except for QSPI&amp;nbsp;XIP, because I already changed my board to boot from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, thank you for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 19:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878907#M3761</guid>
      <dc:creator>henrique_klein</dc:creator>
      <dc:date>2019-03-20T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878908#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your confirmation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have checked it on my side, actually, it is not only in the usb sample code, even the iled_blinky code, if you modify the SDRAM instead of the DTC, it also have problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have compared the two link filer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75317i6F943C5B05892CDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; the __base_RAM have the difference, it seems the basic RAM can't use the SDRAM, I will check it from our internal side, then give you reply later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 03:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878908#M3762</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-22T03:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM configuration on MIMXRT1050-EVK(B) using FreeRTOS</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878909#M3763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrique Klein,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have talked your question with one of my colleagues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; About my iled question, just need to add SKIP_SYSCLK_INIT define, because if don't add it, the SDK will minimize the SEMC frequency.&amp;nbsp; Then the iled_blinky will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; About the usb project, it is special, because the USB buffer is the special area, this area can't be cache, otherwise it will have problems, that's why your usb enumeration have problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please note these points about your question:&lt;/P&gt;&lt;P&gt;1. define XIP_BOOT_HEADER_DCD_ENABLE&lt;/P&gt;&lt;P&gt;2. define SKIP_SYSCLK_INIT&lt;/P&gt;&lt;P&gt;3. separate the NONCACHEBLE region for the usb buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 06:23:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/SDRAM-configuration-on-MIMXRT1050-EVK-B-using-FreeRTOS/m-p/878909#M3763</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-22T06:23:36Z</dc:date>
    </item>
  </channel>
</rss>

