<?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>MCUXpresso GeneralのトピックRe: Problems with 3 MB program image loaded to SDRAM</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786001#M577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alena,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the help of Symbol Viewer I saw that .text, .data, .bss all are placed in SDRAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2018 11:07:26 GMT</pubDate>
    <dc:creator>stefan_ivanov</dc:creator>
    <dc:date>2018-11-26T11:07:26Z</dc:date>
    <item>
      <title>Problems with 3 MB program image loaded to SDRAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/785999#M575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a project with a microcontroller&amp;nbsp; &lt;SPAN&gt;i.MX RT1052B and MCUXpresso 10.2.0 and&amp;nbsp;EVKB-IMXRT1050.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SDRAM on my board is&amp;nbsp; &lt;SPAN&gt;AS4C8M16SA.&lt;/SPAN&gt;&amp;nbsp;&lt;BR style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no problems loading 30-40 KB program images to the SDRAM with the help of script&amp;nbsp;RT1050_SDRAM_Init.scp to both my board and EVKB. T&lt;/SPAN&gt;&lt;SPAN&gt;he problems are with my program image about 3 MB. It does not load to both boards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The messages are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;16: Target error from status-poll&lt;BR /&gt;&amp;nbsp;Wire ACK Fault in DAP access&lt;BR /&gt;&amp;nbsp;Debugging context: IRIS_IMXRT1052B LinkServer Debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 08:44:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/785999#M575</guid>
      <dc:creator>stefan_ivanov</dc:creator>
      <dc:date>2018-11-21T08:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 3 MB program image loaded to SDRAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786000#M576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using IAR, not MCUExpresso, but may be it is related to Your problem. In NXP examples sdram_debug/sdram_release there are section .data in SDRAM, but section .text is in ITCM.&lt;/P&gt;&lt;P&gt;From IAR's .icf file:&lt;BR /&gt;define symbol m_text_start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x00000400;&lt;BR /&gt;define symbol m_text_end&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; = 0x0001FFFF;&lt;BR /&gt;Of course it's not enough for 3Mb executable. So I just relocated section .text to SDRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I advise you to check if .text is really in SDRAM too.&lt;/P&gt;&lt;P&gt;May be it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 06:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786000#M576</guid>
      <dc:creator>alenagrigorieva</dc:creator>
      <dc:date>2018-11-23T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 3 MB program image loaded to SDRAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786001#M577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alena,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the help of Symbol Viewer I saw that .text, .data, .bss all are placed in SDRAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 11:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786001#M577</guid>
      <dc:creator>stefan_ivanov</dc:creator>
      <dc:date>2018-11-26T11:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 3 MB program image loaded to SDRAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786002#M578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest to mass erase the Hyperflash, then power down and up the board before debuging the rebuilt project, this in case some code is in your Hyperflash and causing the issue, also please take a look to [&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt;Overview of using the MIMXRT1050-EVK(B) with MCUXpresso IDE&lt;/A&gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 18:06:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786002#M578</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2018-11-26T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 3 MB program image loaded to SDRAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786003#M579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;A _jive_internal="true" data-containerid="2403" data-containertype="37" data-content-finding="Community" data-objectid="10894" data-objecttype="38" href="https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2017/12/07/overview-of-using-the-mimxrt1050-evk-with-mcuxpresso-ide"&gt;MIMXRT1050-EVK(B)&lt;/A&gt; there is Hyperflash, but in my board there is no Hyperflash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only SDRAM and QSPI flash. In QSPI flash there is nothing written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Stefan Ivanov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2018 06:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-3-MB-program-image-loaded-to-SDRAM/m-p/786003#M579</guid>
      <dc:creator>stefan_ivanov</dc:creator>
      <dc:date>2018-11-27T06:48:31Z</dc:date>
    </item>
  </channel>
</rss>

