<?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 Query on memory in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1639479#M204763</link>
    <description>&lt;P&gt;In STM32 microcontroller 0x00000000 is allies with&amp;nbsp;&amp;nbsp;0x08000000, So we flash code either&amp;nbsp;0x00000000 or&amp;nbsp;0x08000000&lt;/P&gt;&lt;P&gt;But In NXP mxrt1051 which address is allies and where we flash the code&amp;nbsp;0x00000000 ?,0x60000000&amp;nbsp;&lt;/P&gt;&lt;P&gt;How we generate .bin file in MCUXpresso IDE?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 06:48:17 GMT</pubDate>
    <dc:creator>Maheshkadam9922</dc:creator>
    <dc:date>2023-04-25T06:48:17Z</dc:date>
    <item>
      <title>Query on memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1639479#M204763</link>
      <description>&lt;P&gt;In STM32 microcontroller 0x00000000 is allies with&amp;nbsp;&amp;nbsp;0x08000000, So we flash code either&amp;nbsp;0x00000000 or&amp;nbsp;0x08000000&lt;/P&gt;&lt;P&gt;But In NXP mxrt1051 which address is allies and where we flash the code&amp;nbsp;0x00000000 ?,0x60000000&amp;nbsp;&lt;/P&gt;&lt;P&gt;How we generate .bin file in MCUXpresso IDE?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 06:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1639479#M204763</guid>
      <dc:creator>Maheshkadam9922</dc:creator>
      <dc:date>2023-04-25T06:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query on memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1640468#M204860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212905"&gt;@Maheshkadam9922&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;RT1050 uses the external flash, the flash address is 0X60000000.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1682503445935.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220918i87A664F0ED5EE168/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1682503445935.png" alt="kerryzhou_0-1682503445935.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 10:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1640468#M204860</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-04-26T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query on memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642063#M205016</link>
      <description>&lt;P&gt;we have generate .bin file as you mention and flash on mxrt 1051&amp;nbsp; using J flash&amp;nbsp; at 0x60000000 but its not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;also we flash at 0x60000000 but its not working.&lt;/P&gt;&lt;P&gt;we have another .bin file share by our client which has flash on mxrt1051 and its working ok.&lt;/P&gt;&lt;P&gt;we check in target memory window at 0x60000000 found same data and also&amp;nbsp;0x60001000 some data&amp;nbsp;&lt;BR /&gt;at&amp;nbsp;0x60002000 found actual (code)text data&amp;nbsp;&lt;/P&gt;&lt;P&gt;when we compare our .bin file and client .bin file , we found that below diff.&lt;/P&gt;&lt;P&gt;Our .bin file&amp;nbsp; &amp;nbsp;0x60000000 -&amp;nbsp;(code)text data&amp;nbsp;&lt;/P&gt;&lt;P&gt;client .bin file&amp;nbsp;0x60000000 to&amp;nbsp;0x600001f0 - some data ,&amp;nbsp;0x60001000 to&amp;nbsp;0x60001ff0 - some data ,&amp;nbsp;0x60002000 -&amp;nbsp;(code)text data&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How can we&amp;nbsp; generate the .bin file same as client .bin file ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 07:22:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642063#M205016</guid>
      <dc:creator>Maheshkadam9922</dc:creator>
      <dc:date>2023-04-28T07:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query on memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642116#M205021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212905"&gt;@Maheshkadam9922&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you are using the JLINK as the debugger to download code, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; What's the external flash you are using? As the SDK is using the hyperflash in default.&lt;/P&gt;
&lt;P&gt;0X60000000: FCB&lt;/P&gt;
&lt;P&gt;0x60001000: IVT+BD+DCD&lt;/P&gt;
&lt;P&gt;0X60002000: real app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you need to check your used board, flash, then give the correct FCB.&lt;/P&gt;
&lt;P&gt;You can use the NXP MIMXRT1050-EVKB test it at first.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 08:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642116#M205021</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-04-28T08:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query on memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642210#M205041</link>
      <description>&lt;P&gt;0X60000000: FCB&lt;/P&gt;&lt;P&gt;0x60001000: IVT+BD+DCD&lt;/P&gt;&lt;P&gt;0X60002000: real app.&lt;BR /&gt;&lt;BR /&gt;As you mention above , Using secure tool I generated FCB.bin file (FLASH SPI NOR Configuration)&lt;BR /&gt;also Generate nopadding .bin file&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using J flash tool 1st I merge FCB.bin+nopadding .bin file and create final.bin file then flash at&amp;nbsp;0X60000000 its working.&lt;/P&gt;&lt;P&gt;Thanks for assist me......&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 10:43:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Query-on-memory/m-p/1642210#M205041</guid>
      <dc:creator>Maheshkadam9922</dc:creator>
      <dc:date>2023-04-28T10:43:50Z</dc:date>
    </item>
  </channel>
</rss>

