<?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 sdcard example fails running from OCRAM in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967828#M4695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use fatfs and usdhc module while executing from OCRAM on IMXRT1052.&lt;/P&gt;&lt;P&gt;This can be tested using the sdk example "sdcard_fatfs_freertos" and switching the memory config to use SRAM_OC as "RAM" region instead of the default of SRAM_DTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This test will fail on f_mkfs unless caching for OCRAM is turned off using something like:&lt;/P&gt;&lt;PRE class="language-cpp line-numbers"&gt;&lt;CODE&gt;    &lt;SPAN class="token function"&gt;SCB_DisableICache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;SCB_DisableDCache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Obviously, this isn't really a useful fix, as the performance without caching is horrible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at &lt;A href="https://www.nxp.com/docs/en/application-note/AN12042.pdf" rel="nofollow noopener noreferrer" target="_blank"&gt;AN12042&lt;/A&gt;&amp;nbsp;&amp;nbsp; it specifically states that usdhc uses ADMA which takes care of cache coherency, so I'm not sure why the example doesn't run without change from OCRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What configuration should be made (besides disabling cache) to allow the example to execute correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2019 14:03:52 GMT</pubDate>
    <dc:creator>jackking</dc:creator>
    <dc:date>2019-07-10T14:03:52Z</dc:date>
    <item>
      <title>sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967828#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use fatfs and usdhc module while executing from OCRAM on IMXRT1052.&lt;/P&gt;&lt;P&gt;This can be tested using the sdk example "sdcard_fatfs_freertos" and switching the memory config to use SRAM_OC as "RAM" region instead of the default of SRAM_DTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This test will fail on f_mkfs unless caching for OCRAM is turned off using something like:&lt;/P&gt;&lt;PRE class="language-cpp line-numbers"&gt;&lt;CODE&gt;    &lt;SPAN class="token function"&gt;SCB_DisableICache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;SCB_DisableDCache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Obviously, this isn't really a useful fix, as the performance without caching is horrible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at &lt;A href="https://www.nxp.com/docs/en/application-note/AN12042.pdf" rel="nofollow noopener noreferrer" target="_blank"&gt;AN12042&lt;/A&gt;&amp;nbsp;&amp;nbsp; it specifically states that usdhc uses ADMA which takes care of cache coherency, so I'm not sure why the example doesn't run without change from OCRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What configuration should be made (besides disabling cache) to allow the example to execute correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 14:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967828#M4695</guid>
      <dc:creator>jackking</dc:creator>
      <dc:date>2019-07-10T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967829#M4696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="310308" data-username="jackking" href="https://community.nxp.com/people/jackking"&gt;Jack King,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and &lt;BR /&gt;for the opportunity to serve you.&lt;BR /&gt;Does the phenomenon happen when you doing testing with the MIXMRT1050 board? if yes, please share the complete compile-able demo which can replicate the phenomenon, as I'd like to do some testing by myself.&lt;BR /&gt;Looking forward to your reply.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&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>Thu, 11 Jul 2019 09:21:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967829#M4696</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-07-11T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967830#M4697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try it with the SDK example.&amp;nbsp; I am using an Embedded Artists EVK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the project I use for the EA EVK, but it uses a different flash chip from the NXP EVK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All&amp;nbsp; you need to do is choose the SDK example for "sdcard_fatfs_freertos" and then switch the memory regions so that SRAM_OC is used as the "RAM" alias.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SDK_Import_Wizard.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90988i252A4050C7EA3F84/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDK_Import_Wizard.jpg" alt="SDK_Import_Wizard.jpg" /&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="switch_ram.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90989iBEFE78EAED6E3EFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="switch_ram.jpg" alt="switch_ram.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 14:11:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967830#M4697</guid>
      <dc:creator>jackking</dc:creator>
      <dc:date>2019-07-11T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967831#M4698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="310308" data-objecttype="3" href="https://community.nxp.com/people/jackking"&gt;Jack King,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;In AN12042, the 4.3.1 Use cacheable buffers section shows the way of use cacheable buffers in the OCRAM, please give a try by using cache functions in the fsl_cache.c.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; 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-height: 8pt; 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>Fri, 12 Jul 2019 11:56:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967831#M4698</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-07-12T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967832#M4699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you able to run the example from OCRAM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AN12042 it states (for uSDHC) that cacheable buffers can be passed to the driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="AN_Using_the_i_MXRT_L1_Cache_-_AN12042_pdf.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91098iFC1D51AA86E4D845/image-size/large?v=v2&amp;amp;px=999" role="button" title="AN_Using_the_i_MXRT_L1_Cache_-_AN12042_pdf.jpg" alt="AN_Using_the_i_MXRT_L1_Cache_-_AN12042_pdf.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK example uses a generic byte buffer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_test_OCRAM_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91099i9062F304246E8412/image-size/large?v=v2&amp;amp;px=999" role="button" title="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_test_OCRAM_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg" alt="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_test_OCRAM_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried changing this buffer to be non-cacheable, without success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_2_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91100i2887BB5580476525/image-size/large?v=v2&amp;amp;px=999" role="button" title="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_2_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg" alt="workspace_-_evkbimxrt1050_sdcard_fatfs_freertos_2_source_sdcard_fatfs_freertos_c_-_MCUXpresso_IDE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 12:24:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967832#M4699</guid>
      <dc:creator>jackking</dc:creator>
      <dc:date>2019-07-12T12:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967833#M4700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="310308" data-objecttype="3" href="https://community.nxp.com/people/jackking"&gt;Jack King,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes, I had already replicated the phenomenon on my site, and I'm still working on it now.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&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>Mon, 15 Jul 2019 10:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967833#M4700</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-07-15T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967834#M4701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="310308" data-objecttype="3" href="https://community.nxp.com/people/jackking"&gt;Jack King,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've escalated the question and the AE team will also provide the tech support. However, we need your company information, please share with us.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; 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-height: 8pt; 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, 17 Jul 2019 14:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967834#M4701</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-07-17T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: sdcard example fails running from OCRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967835#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for reply late.&lt;BR /&gt;Please follow the steps to fix the issue.&lt;BR /&gt;1. Partitioning a RAM block from OCRAM for non-cacheable buffers used by sdcard driver like the Fig1 shows.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/84655i391B95D1BEA2D5B6/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Fig 1&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;BR /&gt;2. Modify the BOARDConfigMPU() to set the new RAM block with non-cacheable attribute.&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;    &lt;SPAN class="comment token"&gt;/* Region 9 setting: Memory with Normal type, not shareable, non-cacheable */&lt;/SPAN&gt;
    MPU&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;RBAR &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;ARM_MPU_RBAR&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;9&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x20220000U&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    MPU&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;RASR &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;ARM_MPU_RASR&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ARM_MPU_AP_FULL&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ARM_MPU_REGION_SIZE_128KB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="text-align: left;"&gt;&lt;BR /&gt;3. Add an extra link section to put the noncaheable variables into the memory you created.&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="noncache.png"&gt;&lt;IMG alt="noncache.png" src="https://community.nxp.com/t5/image/serverpage/image-id/84656i9B9CCFEC6A0BAAC9/image-size/large?v=v2&amp;amp;px=999" title="noncache.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Fig 2&lt;/P&gt;&lt;P&gt;TIC&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>Mon, 02 Nov 2020 14:29:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/sdcard-example-fails-running-from-OCRAM/m-p/967835#M4702</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-11-02T14:29:28Z</dc:date>
    </item>
  </channel>
</rss>

